summaryrefslogtreecommitdiffstats
path: root/tests/init.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.test')
-rw-r--r--tests/init.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/init.test b/tests/init.test
index 41b8624..00ab3a5 100644
--- a/tests/init.test
+++ b/tests/init.test
@@ -151,7 +151,7 @@ foreach arg [subst -nocommands -novariables {
catch {parray a b $arg}
set first $::errorInfo
catch {parray a b $arg}
- list $first $::errorInfo
+ list $first "$::errorInfo\n (\"try\" body line 1)"
} -match pairwise -result equal
test init-4.$count.1 {::errorInfo produced by [unknown]} -setup {
auto_reset
@@ -162,7 +162,7 @@ foreach arg [subst -nocommands -novariables {
catch {parray ::junk::$arg}
set first $::errorInfo
catch {parray ::junk::$arg}
- list $first $::errorInfo
+ list $first "$::errorInfo\n (\"try\" body line 1)"
} -match pairwise -result equal
incr count