diff options
Diffstat (limited to 'tests/debug.test')
-rw-r--r-- | tests/debug.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debug.test b/tests/debug.test index edfead8..253867f 100644 --- a/tests/debug.test +++ b/tests/debug.test @@ -32,7 +32,7 @@ test debug-2.2 {debug objcount too many args} -body { } -returnCodes error -result {wrong # args: should be "debug objcount"} test debug-3.1 {debug objects} -body { - expr [llength [debug objects]] > 1000 + expr {[llength [debug objects]] > 1000} } -result {1} # does not currently check for too many args |