summaryrefslogtreecommitdiffstats
path: root/contrib/tcl/tests/misc.test
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcl/tests/misc.test')
-rw-r--r--contrib/tcl/tests/misc.test10
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/tcl/tests/misc.test b/contrib/tcl/tests/misc.test
index 5929206..b2168c1 100644
--- a/contrib/tcl/tests/misc.test
+++ b/contrib/tcl/tests/misc.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.
#
-# SCCS: @(#) misc.test 1.11 97/06/20 16:53:28
+# SCCS: @(#) misc.test 1.12 97/07/02 16:41:34
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -48,10 +48,4 @@ test misc-1.2 {error in variable ref. in command in array reference} {
"
set msg {}
list [catch tstProc msg] $msg $errorInfo
-} [list 1 {missing close-bracket or close-brace} \
-{missing close-bracket or close-brace
- while compiling
-"set"
- (compiling body of proc "tstProc", line 4)
- invoked from within
-"tstProc"}]
+} {1 {missing close-bracket or close-brace} missing\ close-bracket\ or\ close-brace\n\ \ \ \ while\ compiling\n\"set\ tst\ \$a(\[winfo\ name\ \$\{zz)\"\n\ \ \ \ (compiling\ body\ of\ proc\ \"tstProc\",\ line\ 4)\n\ \ \ \ invoked\ from\ within\n\"tstProc\"}
OpenPOWER on IntegriCloud