summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-09-07 17:48:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-09-07 17:48:06 (GMT)
commit3c2bd4d9ffca03ec36804a00c058f697633e9371 (patch)
treea2977fe6ff34645342c386edd880ad62b1642542
parent75ed82827e53a26515ebcf5e6b39f0b16c6631f8 (diff)
downloadtcl-3c2bd4d9ffca03ec36804a00c058f697633e9371.zip
tcl-3c2bd4d9ffca03ec36804a00c058f697633e9371.tar.gz
tcl-3c2bd4d9ffca03ec36804a00c058f697633e9371.tar.bz2
remove stray copy/paste
-rw-r--r--tests/parseExpr.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/parseExpr.test b/tests/parseExpr.test
index 1620a62..29d8c9f 100644
--- a/tests/parseExpr.test
+++ b/tests/parseExpr.test
@@ -997,10 +997,6 @@ test parseExpr-21.63 {error message} -body {
} -returnCodes error -result "missing close-brace
in expression \"...12345678901234567890*\[\{abcdefghijklmnopqrstuv...\""
-test parseExpr-18.1 {LogSyntaxError procedure, error in expr longer than 60 chars} -constraints testexprparser -body {
- testexprparser {(+0123456)*(+0123456)*(+0123456)*(+0123456)*(+0123456)*(+0123456)*(+0123456)/} -1
-} -returnCodes error -match glob -result *
-
test parseExpr-22.1 {Bug 3401704} -constraints testexprparser -body {
testexprparser 2a() 1
} -result {- {} 0 subexpr 2 1 text 2 0 {}}