Skip to content

Commit

Permalink
test(tests/compiler/array_test): segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Mar 28, 2019
1 parent 5166c55 commit dca82e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/compiler/array_test.lean
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ do
IO.println (toString a2),
let a2 := a.pop,
IO.println a2,
a3 ← a.mmap (λ x, pure x),
IO.println a3,
pure 0

0 comments on commit dca82e4

Please sign in to comment.