aboutsummaryrefslogtreecommitdiff
path: root/tests/proc-new.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/proc-new.test')
-rw-r--r--tests/proc-new.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/proc-new.test b/tests/proc-new.test
index 324a976..077b43e 100644
--- a/tests/proc-new.test
+++ b/tests/proc-new.test
@@ -1,4 +1,6 @@
-source testing.tcl
+source [file dirname [info script]]/testing.tcl
+
+needs constraint jim
proc aproc {} {
list
@@ -25,8 +27,6 @@ proc hproc {{a aa} args} {
list a $a args $args
}
-section "Proc - TIP #288"
-
set n 1
foreach {proc params result} {
aproc {} {}