diff options
Diffstat (limited to 'testsuite/tests/linear/should_fail/LinearAsPat.hs')
-rw-r--r-- | testsuite/tests/linear/should_fail/LinearAsPat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/linear/should_fail/LinearAsPat.hs b/testsuite/tests/linear/should_fail/LinearAsPat.hs index e756f4369f..86b557c66b 100644 --- a/testsuite/tests/linear/should_fail/LinearAsPat.hs +++ b/testsuite/tests/linear/should_fail/LinearAsPat.hs @@ -2,5 +2,5 @@ module LinearAsPat where -shouldFail :: Bool #-> Bool +shouldFail :: Bool %1 -> Bool shouldFail x@True = x |