Skip to content

Commit

Permalink
Undo accidentally-committed change
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemaurer committed Aug 3, 2020
1 parent 4563785 commit 2bd9bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flambdatest/expect/test1.flt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let f = closure f in
let symbol B = Block 0 (f) in
cont done (B)
===>
let code f _ -> k = cont k (43) in
let code f _ -> k = cont k (42) in
let symbol F = closure f in
let symbol B = Block 0 (F) in
cont done (B)

0 comments on commit 2bd9bf6

Please sign in to comment.