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 | 2e7505ce3dfc264c78ec87fc26623b853ced6143 (patch) | |
tree | e600042b7e69cd48ddb403886c291533de453914 /tests | |
parent | b6f570180beda2bd35b9010f4d137a9af46f15b5 (diff) | |
download | tcl-2e7505ce3dfc264c78ec87fc26623b853ced6143.zip tcl-2e7505ce3dfc264c78ec87fc26623b853ced6143.tar.gz tcl-2e7505ce3dfc264c78ec87fc26623b853ced6143.tar.bz2 |
Demand the error message indicating the purpose of the test.
Diffstat (limited to 'tests')
-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 |