Skip to content

Commit 57a0b14

Browse files
author
http://jneen.net/
committed
rm stray debug invocations
1 parent ce7915c commit 57a0b14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/mag/lambda.mag

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
require test/framework.mag
22

33
test funcdef-group-env (=>
4-
vm-debug on
54
e = {}
65
($e!bar a) = put b
76
($e!bar b) = put a
87

98
eq [($e!bar a) ($e!bar b)] [b a]
10-
vm-debug off
119
)
1210

1311
test funcdef-group (=>

0 commit comments

Comments
 (0)