summaryrefslogtreecommitdiffstats
path: root/tests/expr-old.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-24 18:14:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-24 18:14:04 (GMT)
commitbd869d5d03cfaf015ca11003c2da48a3fe332b58 (patch)
tree1aabff6541f069cca9b7e8e51f1dcfe2f7b72304 /tests/expr-old.test
parenta43fa652d934e4f093e7a19f35813d7569ec4405 (diff)
downloadtcl-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/expr-old.test')
-rw-r--r--tests/expr-old.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/expr-old.test b/tests/expr-old.test
index 9f9ad99..0fc13ab 100644
--- a/tests/expr-old.test
+++ b/tests/expr-old.test
@@ -941,6 +941,7 @@ test expr-old-34.15 {errors in math functions} {
test expr-old-34.16 {errors in math functions} {
expr round(-1.0e30)
} -1000000000000000019884624838656
+
test expr-old-36.1 {ExprLooksLikeInt procedure} -body {
expr 0o289
} -returnCodes error -match glob -result {*invalid octal number*}