Skip to content

Commit

Permalink
Fix expected error test
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 19, 2023
1 parent 3abd7d4 commit 50ec041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/errors/SplitSubtype.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-@ LIQUID "--expect-error-containing=| VV > 5}" @-}
{-@ LIQUID "--expect-error-containing=> 5}" @-}
module SplitSubtype where

{-@ foo :: {v:Int | v > 0 && v > 5 && v < 10 } -> Int @-}
Expand Down

0 comments on commit 50ec041

Please sign in to comment.