summaryrefslogtreecommitdiffstats
path: root/tests/compile.test
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-05-09 13:42:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-05-09 13:42:38 (GMT)
commitbf03b26a12344067b24baca9bc4617566c721b13 (patch)
tree5cffdf6d9686de27cf87a1144ab442a5833d2216 /tests/compile.test
parentd51857ebee06efd6c8b787e97a2cc344cd5f74b1 (diff)
downloadtcl-bf03b26a12344067b24baca9bc4617566c721b13.zip
tcl-bf03b26a12344067b24baca9bc4617566c721b13.tar.gz
tcl-bf03b26a12344067b24baca9bc4617566c721b13.tar.bz2
fix for [Bug 735055]
Diffstat (limited to 'tests/compile.test')
-rw-r--r--tests/compile.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compile.test b/tests/compile.test
index 9c7347c..8559b24 100644
--- a/tests/compile.test
+++ b/tests/compile.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: compile.test,v 1.26 2003/03/19 22:24:15 msofer Exp $
+# RCS: @(#) $Id: compile.test,v 1.27 2003/05/09 13:42:40 msofer Exp $
package require tcltest 2
namespace import -force ::tcltest::*
@@ -123,7 +123,7 @@ test compile-3.5 {TclCompileCatchCmd: recover from error, [Bug 705406]} {
}
}
list [catch foo msg] $msg
-} {1 {invalid command name "a"}}
+} {0 1}
test compile-4.1 {TclCompileForCmd: command substituted test expression} {
set i 0