diff options
Diffstat (limited to 'tests/proc.test')
-rw-r--r-- | tests/proc.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proc.test b/tests/proc.test index 56ed59a..985f68b 100644 --- a/tests/proc.test +++ b/tests/proc.test @@ -30,7 +30,7 @@ proc tproc x { test proc-old-1.2 {simple procedure call and return} {tproc 2} 3 test proc-old-1.3 {simple procedure call and return} { proc tproc {} {return foo} -} {} +} {tproc} test proc-old-1.4 {simple procedure call and return} { proc tproc {} {return} tproc |