Skip to content

Commit

Permalink
Put a test in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Sep 11, 2024
1 parent 73e7770 commit a5d5f57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 21 deletions.
7 changes: 0 additions & 7 deletions cli/tests/snapshot/inputs/eval/let_rec_block_with_pat.ncl

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions core/tests/integration/inputs/core/let_rec_block_with_pat.ncl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# test.type = 'pass'
let rec
a = 2,
{ b } = { b = a }
in
b == 2

0 comments on commit a5d5f57

Please sign in to comment.