diff options
| author | andreask@activestate.com <andreas_kupries> | 2008-07-23 20:55:11 (GMT) |
|---|---|---|
| committer | andreask@activestate.com <andreas_kupries> | 2008-07-23 20:55:11 (GMT) |
| commit | ae6ce7febd9b1cc158e148d06bef39cefdf1e8d5 (patch) | |
| tree | 3753ce27a2113197e402c961488c4e86657f0b0c | |
| parent | e21659a6993f6e2ad008927b04ee80394308fffa (diff) | |
| download | tcl-ae6ce7febd9b1cc158e148d06bef39cefdf1e8d5.zip tcl-ae6ce7febd9b1cc158e148d06bef39cefdf1e8d5.tar.gz tcl-ae6ce7febd9b1cc158e148d06bef39cefdf1e8d5.tar.bz2 | |
Contrain the new test to run only when tip280 is active.
| -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. |
