Skip to content

Commit

Permalink
Fix output of nockma->tree compile test for bytearray
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Aug 13, 2024
1 parent 3eba6d3 commit 940a073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/Nockma/Compile/Tree/Positive.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ testDescr Tree.PosTest {..} =

-- | Tests which require Nockma-specific expected output files
testsConstr :: [Int]
testsConstr = [9, 28, 35]
testsConstr = [9, 28, 35, 40]

testsNegativeInteger :: [Int]
testsNegativeInteger = [16]
Expand Down
2 changes: 2 additions & 0 deletions tests/Tree/positive/out/test040.nockma.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2
[2 258]

0 comments on commit 940a073

Please sign in to comment.