summaryrefslogtreecommitdiffstats
path: root/tests/execute.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-01-18 13:42:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-01-18 13:42:37 (GMT)
commit3f333131e7d12c38878c1c482f44941e8100eeb3 (patch)
tree4f898e201800a10ca1e0daf0eebeddd4ee4fcf1c /tests/execute.test
parentd500f5270d6d753d61be4b2d54809413547f94fe (diff)
parenteb5da6ae825ef4d30e2d0c2caff0055ca60bb05c (diff)
downloadtcl-3f333131e7d12c38878c1c482f44941e8100eeb3.zip
tcl-3f333131e7d12c38878c1c482f44941e8100eeb3.tar.gz
tcl-3f333131e7d12c38878c1c482f44941e8100eeb3.tar.bz2
merge trunk
Diffstat (limited to 'tests/execute.test')
-rw-r--r--tests/execute.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/execute.test b/tests/execute.test
index 8e3924e..a971f92 100644
--- a/tests/execute.test
+++ b/tests/execute.test
@@ -459,10 +459,6 @@ test execute-3.71 {TclExecuteByteCode, INST_LNOT, op is non-numeric} {testobj} {
list [catch {expr {! $x}} msg] $msg
} {1 {can't use non-numeric string "foo" as operand of "!"}}
-# INST_BITNOT not tested
-# INST_CALL_BUILTIN_FUNC1 not tested
-# INST_CALL_FUNC1 not tested
-
# INST_TRY_CVT_TO_NUMERIC is partially tested:
test execute-3.72 {TclExecuteByteCode, INST_TRY_CVT_TO_NUMERIC, op is int} {testobj} {
set x [testintobj set 1 1]