aboutsummaryrefslogtreecommitdiff
path: root/tests/misc.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc.test')
-rw-r--r--tests/misc.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc.test b/tests/misc.test
index 60dcf78..6eeb648 100644
--- a/tests/misc.test
+++ b/tests/misc.test
@@ -550,7 +550,7 @@ test lmap-1.1 {lmap} {
test exprerr-1.1 {Error message with bad expr} {
catch {expr {5 ||}} msg
set msg
-} {Expression has bad operands to ||}
+} {syntax error in expression "5 ||": premature end of expression}
test eval-list-1.1 {Lost string rep with list} {
set x {set y 1; incr y}