summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/compile.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/compile.test b/tests/compile.test
index 7335293..d4a31d4 100644
--- a/tests/compile.test
+++ b/tests/compile.test
@@ -455,8 +455,7 @@ test compile-13.1 {testing underestimate of maxStackSize in list cmd} {exec} {
list [catch {exec [interpreter] << $script} msg] $msg
} {0 OK}
-# Tests compile-14.* for compiling tokens from a copy of the source string.
-# [Bug 599788] [Bug 0c043a175a47da8c2342]
+# Tests compile-14.* for [Bug 599788] [Bug 0c043a175a47da8c2342]
test compile-14.1 {testing errors in element name; segfault?} {} {
catch {set a([error])} msg1
catch {set bubba([join $abba $jubba]) $vol} msg2