Skip to content

Commit

Permalink
Fix examples with [%%version 0.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Oct 5, 2017
1 parent c79868d commit 5b4a1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_map_closure.liq
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* List.map with closure *)

let version = 1.0
[%%version 0.1]

let%entry main
(parameter : int)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reduce_closure.liq
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* loops *)

let version = 1.0
[%%version 0.1]

let%entry main
(parameter : int list)
Expand Down

0 comments on commit 5b4a1c2

Please sign in to comment.