diff options
author | stanton <stanton> | 1998-09-21 23:39:52 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-09-21 23:39:52 (GMT) |
commit | 494c2de3a748b449c69ce322a1a741f5a31fd4d5 (patch) | |
tree | c3ece48c0ae3f4ba54787e0e8e729b65752ef3f9 /tests/history.test | |
parent | 7a698c0488d99c0af42022714638ae1ba2afaa49 (diff) | |
download | tcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.zip tcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.tar.gz tcl-494c2de3a748b449c69ce322a1a741f5a31fd4d5.tar.bz2 |
Added contents of Tcl 8.1a2
Diffstat (limited to 'tests/history.test')
-rw-r--r-- | tests/history.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/history.test b/tests/history.test index 498fb2e..317fc06 100644 --- a/tests/history.test +++ b/tests/history.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# SCCS: @(#) history.test 1.15 97/08/13 14:37:10 +# SCCS: @(#) history.test 1.16 97/12/08 15:03:07 if {[catch {history}]} { puts stdout "This version of Tcl was built without the history command;\n" @@ -209,3 +209,4 @@ test history-9.2 {miscellaneous} { set msg } {bad option "gorp": must be add, change, clear, event, info, keep, nextid, or redo} +return |