diff options
Diffstat (limited to 'tests/result.test')
-rw-r--r-- | tests/result.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/result.test b/tests/result.test index dbcd95a..eb3de33 100644 --- a/tests/result.test +++ b/tests/result.test @@ -19,7 +19,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} { # Some tests require the testsaveresult command -set ::tcltest::testConfig(testsaveresult) \ +set ::tcltest::testConstraints(testsaveresult) \ [expr {[info commands testsaveresult] != {}}] test result-1.1 {Tcl_SaveInterpResult} {testsaveresult} { |