Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored and lukaszcz committed Oct 2, 2024
1 parent 4d4c4fa commit cb74b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Typecheck/Negative.hs
Original file line number Diff line number Diff line change
Expand Up @@ -364,15 +364,15 @@ arityTests =
_ -> wrongError,
negTest "Evil: issue 2540" $(mkRelDir "Internal/Positivity") $(mkRelFile "Evil.juvix") $
\case
ErrNonStrictlyPositive ErrTypeAsArgumentOfBoundVar {} -> Nothing
ErrNonStrictlyPositive {} -> Nothing
_ -> wrongError,
negTest "Evil: issue 2540 using Axiom" $(mkRelDir "Internal/Positivity") $(mkRelFile "EvilWithAxiom.juvix") $
\case
ErrNonStrictlyPositive (ErrTypeAsArgumentOfBoundVar {}) -> Nothing
ErrNonStrictlyPositive {} -> Nothing
_ -> wrongError,
negTest "FreeT: issue 2540" $(mkRelDir "Internal/Positivity") $(mkRelFile "FreeT.juvix") $
\case
ErrNonStrictlyPositive (ErrTypeAsArgumentOfBoundVar {}) -> Nothing
ErrNonStrictlyPositive {} -> Nothing
_ -> wrongError
]

Expand Down

0 comments on commit cb74b01

Please sign in to comment.