summaryrefslogtreecommitdiffstats
path: root/tests/compile.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-04-17 19:47:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-04-17 19:47:33 (GMT)
commitf57b8bc01375d237c7fb911f82af35a26197e295 (patch)
tree81d7a96620d7c450b4a4b82d7132749d84d1d1fa /tests/compile.test
parent09608e5bce1452abb2255e1f859f076afea463b9 (diff)
downloadtcl-f57b8bc01375d237c7fb911f82af35a26197e295.zip
tcl-f57b8bc01375d237c7fb911f82af35a26197e295.tar.gz
tcl-f57b8bc01375d237c7fb911f82af35a26197e295.tar.bz2
style revisions to latest commit
Diffstat (limited to 'tests/compile.test')
-rw-r--r--tests/compile.test9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/compile.test b/tests/compile.test
index f31e2b9..51dd3f6 100644
--- a/tests/compile.test
+++ b/tests/compile.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: compile.test,v 1.24.2.4 2008/04/17 19:14:20 andreas_kupries Exp $
+# RCS: @(#) $Id: compile.test,v 1.24.2.5 2008/04/17 19:47:35 dgp Exp $
package require tcltest 2
namespace import -force ::tcltest::*
@@ -432,13 +432,6 @@ test compile-15.5 {proper TCL_RETURN code from [return]} {
set result
} ""
-test compile-16.0 {error return from unbraced math func call of unknown function} {
- set l {3 4 5}
- catch { expr bogus([join $l ,]) } msg
- set msg
-} {unknown math function "bogus"}
-
-
# cleanup
catch {rename p ""}
catch {namespace delete test_ns_compile}