diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-29 16:35:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-29 16:35:28 (GMT) |
commit | 52e2042903c304b57c14e6b17029c7adc014a34e (patch) | |
tree | 58bb99c47117a7ed8e7e7fe6d8a2ddd08fd122c5 /tests | |
parent | 36685551d45acf5e7551dc26ece246aaf9bf792c (diff) | |
download | tcl-52e2042903c304b57c14e6b17029c7adc014a34e.zip tcl-52e2042903c304b57c14e6b17029c7adc014a34e.tar.gz tcl-52e2042903c304b57c14e6b17029c7adc014a34e.tar.bz2 |
overlooked update to tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/basic.test b/tests/basic.test index 39895fd..a3e3c67 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -15,7 +15,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: basic.test,v 1.31 2004/02/25 23:56:59 dgp Exp $ +# RCS: @(#) $Id: basic.test,v 1.32 2004/03/29 16:35:28 dgp Exp $ # package require tcltest 2 @@ -521,8 +521,7 @@ test basic-46.1 {Tcl_AllowExceptions: exception return not allowed} {stdio} { list $res $msg } {1 {invoked "continue" outside of a loop while executing -"continue -" +"continue" DONE }} |