diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-19 17:30:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-19 17:30:33 (GMT) |
commit | e62a8480477e7eacdd49f2ef24af31c9aea13bbe (patch) | |
tree | 4601299da95edbfe96d0ddf125a2b6e43581e539 /tests | |
parent | a2a75d53e659f21cdd46a62a61118a869ef53a6e (diff) | |
parent | 2bf2abcb4f1c88fbddc3ce4d5800c438851aaf95 (diff) | |
download | tcl-e62a8480477e7eacdd49f2ef24af31c9aea13bbe.zip tcl-e62a8480477e7eacdd49f2ef24af31c9aea13bbe.tar.gz tcl-e62a8480477e7eacdd49f2ef24af31c9aea13bbe.tar.bz2 |
merge trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cmdIL.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/cmdIL.test b/tests/cmdIL.test index efb0bce..721773f 100644 --- a/tests/cmdIL.test +++ b/tests/cmdIL.test @@ -717,6 +717,16 @@ test cmdIL-7.8 {lreverse command - shared intrep [Bug 1675044]} -setup { rename K {} } -result 1 +# This belongs in info test, but adding tests there breaks tests +# that compute source file line numbers. +test info-20.6 {Bug 3587651} -setup { + namespace eval my {namespace eval tcl {namespace eval mathfunc { + proc demo x {return 42} + }}}} -body { namespace eval my {expr {"demo" in [info functions]}}} -cleanup { + namespace delete my +} -result 1 + + # cleanup ::tcltest::cleanupTests return |