Skip to content

Commit

Permalink
Update test/Typecheck/Negative.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Mas Rovira <[email protected]>
  • Loading branch information
jonaprieto and janmasrovira authored Nov 30, 2023
1 parent fc359ab commit f242b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Typecheck/Negative.hs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ negPositivityTests :: [NegTest]
negPositivityTests =
[ negTest "E1" $(mkRelDir "Internal/Positivity") $(mkRelFile "E1.juvix") $
\case
ErrNonStrictlyPositive (ErrTypeInNegativePosition {}) -> Nothing
ErrNonStrictlyPositive ErrTypeInNegativePosition {} -> Nothing
_ -> wrongError,
negTest "E2" $(mkRelDir "Internal/Positivity") $(mkRelFile "E2.juvix") $
\case
Expand Down

0 comments on commit f242b04

Please sign in to comment.