diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-10 12:42:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-10 12:42:19 (GMT) |
commit | 62fea308478c8fb3e38594793d72d6dbd9569d19 (patch) | |
tree | 86c66951abdb14f5a59bccbcee1dfc328d6de24f /tests/interp.test | |
parent | b69bf6e78ac2d6acfc2aa53956acc3e7dbe98e1c (diff) | |
parent | 4d51f6b054999c72115751f3895158195e42b40d (diff) | |
download | tcl-62fea308478c8fb3e38594793d72d6dbd9569d19.zip tcl-62fea308478c8fb3e38594793d72d6dbd9569d19.tar.gz tcl-62fea308478c8fb3e38594793d72d6dbd9569d19.tar.bz2 |
Merge 8.5
Diffstat (limited to 'tests/interp.test')
-rw-r--r-- | tests/interp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/interp.test b/tests/interp.test index 5299d82..5b7b157 100644 --- a/tests/interp.test +++ b/tests/interp.test @@ -1836,7 +1836,7 @@ test interp-23.1 {testing hiding vs aliases: unsafe interp} -setup { test interp-23.2 {testing hiding vs aliases: safe interp} -setup { catch {interp delete a} set l "" -} -constraints {unixOrPc} -body { +} -constraints {unixOrWin} -body { interp create a -safe lappend l [lsort [interp hidden a]] a alias bar bar |