summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-09-07 17:48:06 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-09-07 17:48:06 (GMT)
commitc123ce351c9f2e7ba759abc9f32febcb434705cf (patch)
treea2977fe6ff34645342c386edd880ad62b1642542
parenta92e752bf539deccb5ff2efac739e181899297f9 (diff)
downloadtcl-c123ce351c9f2e7ba759abc9f32febcb434705cf.zip
tcl-c123ce351c9f2e7ba759abc9f32febcb434705cf.tar.gz
tcl-c123ce351c9f2e7ba759abc9f32febcb434705cf.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 {}}