diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-24 18:14:04 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-24 18:14:04 (GMT) |
| commit | bd869d5d03cfaf015ca11003c2da48a3fe332b58 (patch) | |
| tree | 1aabff6541f069cca9b7e8e51f1dcfe2f7b72304 /tests/compExpr-old.test | |
| parent | a43fa652d934e4f093e7a19f35813d7569ec4405 (diff) | |
| download | tcl-bd869d5d03cfaf015ca11003c2da48a3fe332b58.zip tcl-bd869d5d03cfaf015ca11003c2da48a3fe332b58.tar.gz tcl-bd869d5d03cfaf015ca11003c2da48a3fe332b58.tar.bz2 | |
Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in functionality.
Diffstat (limited to 'tests/compExpr-old.test')
| -rw-r--r-- | tests/compExpr-old.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compExpr-old.test b/tests/compExpr-old.test index b466eff..634bb41 100644 --- a/tests/compExpr-old.test +++ b/tests/compExpr-old.test @@ -588,6 +588,7 @@ test compExpr-old-15.5 {CompileMathFuncCall: too few arguments} -body { test compExpr-old-15.6 {CompileMathFuncCall: missing ')'} -body { expr sin(1 } -returnCodes error -match glob -result * + test compExpr-old-16.1 {GetToken: checks whether integer token starting with "0x" (e.g., "0x$") is invalid} { catch {unset a} set a(VALUE) ff15 |
