diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2008-07-23 20:55:10 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2008-07-23 20:55:10 (GMT) |
commit | 696ea32d5b69938f779d22e2c1d8c8b47d2d502f (patch) | |
tree | 3753ce27a2113197e402c961488c4e86657f0b0c /tests | |
parent | 9da93e44ec8ed930ee9126f93d9603cd7c281646 (diff) | |
download | tcl-696ea32d5b69938f779d22e2c1d8c8b47d2d502f.zip tcl-696ea32d5b69938f779d22e2c1d8c8b47d2d502f.tar.gz tcl-696ea32d5b69938f779d22e2c1d8c8b47d2d502f.tar.bz2 |
Contrain the new test to run only when tip280 is active.
FossilOrigin-Name: 5cf6b4510d3778e82f1ff72b68dbbe2a1fda7447
Diffstat (limited to 'tests')
-rw-r--r-- | tests/info.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test index 35297b3..e644158 100644 --- a/tests/info.test +++ b/tests/info.test @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: info.test,v 1.24.2.7 2008/07/23 20:45:18 andreas_kupries Exp $ +# RCS: @(#) $Id: info.test,v 1.24.2.8 2008/07/23 20:55:11 andreas_kupries Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -1075,7 +1075,7 @@ namespace delete foo # ------------------------------------------------------------------------- -test info-34.0 {eval pure list, single line} { +test info-34.0 {eval pure list, single line} tip280 { # Basically, counting the newline in the word seen through $foo # doesn't really make sense. It makes a bit of sense if the word # would have been a string literal in the command list. |