Skip to content

Commit

Permalink
Mark nock tests which are now working
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Nov 5, 2024
1 parent cc7585d commit fbe0b2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/Anoma/Compilation/Positive.hs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ classify AnomaTest {..} = case _anomaTestNum of
38 -> ClassWorking
39 -> ClassTrace
40 -> ClassWorking
41 -> ClassWrong
41 -> ClassWorking
42 -> ClassMissing
43 -> ClassTrace
45 -> ClassWorking
Expand All @@ -201,15 +201,15 @@ classify AnomaTest {..} = case _anomaTestNum of
49 -> ClassTrace
50 -> ClassWorking
51 -> ClassMissing
52 -> ClassWrong
52 -> ClassWorking
53 -> ClassWorking
54 -> ClassNodeError
54 -> ClassWorking
55 -> ClassWorking
56 -> ClassNodeError
56 -> ClassWorking
57 -> ClassWorking
58 -> ClassWorking
59 -> ClassWorking
60 -> ClassNodeError
60 -> ClassWorking
61 -> ClassTrace
62 -> ClassWorking
63 -> ClassTrace
Expand Down

0 comments on commit fbe0b2e

Please sign in to comment.