diff options
author | dgp <dgp@users.sourceforge.net> | 2013-04-08 19:30:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-04-08 19:30:51 (GMT) |
commit | f637643facaa33834a74333f56971933a2158176 (patch) | |
tree | e600042b7e69cd48ddb403886c291533de453914 | |
parent | d2ebbe8d0453b1830261e251e116ccec67a6479c (diff) | |
download | tcl-f637643facaa33834a74333f56971933a2158176.zip tcl-f637643facaa33834a74333f56971933a2158176.tar.gz tcl-f637643facaa33834a74333f56971933a2158176.tar.bz2 |
Demand the error message indicating the purpose of the test.bug_3610026
-rw-r--r-- | tests/regexp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regexp.test b/tests/regexp.test index 74fdc09..5328c8e 100644 --- a/tests/regexp.test +++ b/tests/regexp.test @@ -689,7 +689,7 @@ test regexp-22.5 {Bug 3610026} -setup { regexp -about $e } -cleanup { unset -nocomplain e cp -} -returnCodes error -match glob -result * +} -returnCodes error -match glob -result {*too many colors*} # cleanup ::tcltest::cleanupTests |