summaryrefslogtreecommitdiffstats
path: root/tests/error.test
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-01-29 03:03:02 (GMT)
committerhobbs <hobbs>2002-01-29 03:03:02 (GMT)
commit3839e467b135785fd4cfe0db96bb280b09c47dc3 (patch)
treef4332e1a549237d600341659d1cc78abf0a90df6 /tests/error.test
parentd97d504c5e8a9f2ffe16cd98a47a9136667ec481 (diff)
downloadtcl-3839e467b135785fd4cfe0db96bb280b09c47dc3.zip
tcl-3839e467b135785fd4cfe0db96bb280b09c47dc3.tar.gz
tcl-3839e467b135785fd4cfe0db96bb280b09c47dc3.tar.bz2
updated error-1.3 result that changed with string bc correction
Diffstat (limited to 'tests/error.test')
-rw-r--r--tests/error.test8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/error.test b/tests/error.test
index 1558341..1d5f9a0 100644
--- a/tests/error.test
+++ b/tests/error.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: error.test,v 1.8 2001/05/17 02:18:53 hobbs Exp $
+# RCS: @(#) $Id: error.test,v 1.9 2002/01/29 03:03:02 hobbs Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -47,10 +47,8 @@ test error-1.3 {simple errors from commands} {
# this used to return '... while executing ...', but
# string index is fully compiled as of 8.4a3
} {wrong # args: should be "string index string charIndex"
- while compiling
-"string index"
- while compiling
-"format [string index]"}
+ while executing
+"string index"}
test error-1.4 {simple errors from commands} {
catch {error glorp} b