diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-07-23 20:55:11 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-07-23 20:55:11 (GMT) |
commit | 05bc9087451e6631cfe619292a84ad5842bc6278 (patch) | |
tree | 3753ce27a2113197e402c961488c4e86657f0b0c /tests | |
parent | 2041c85d62dba1eac0c108bf85727787164941da (diff) | |
download | tcl-05bc9087451e6631cfe619292a84ad5842bc6278.zip tcl-05bc9087451e6631cfe619292a84ad5842bc6278.tar.gz tcl-05bc9087451e6631cfe619292a84ad5842bc6278.tar.bz2 |
Contrain the new test to run only when tip280 is active.
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. |