summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/Linear13.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/linear/should_fail/Linear13.hs')
-rw-r--r--testsuite/tests/linear/should_fail/Linear13.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/linear/should_fail/Linear13.hs b/testsuite/tests/linear/should_fail/Linear13.hs
index 7b9e09c52b..7d36a33570 100644
--- a/testsuite/tests/linear/should_fail/Linear13.hs
+++ b/testsuite/tests/linear/should_fail/Linear13.hs
@@ -5,7 +5,7 @@ module Linear13 where
incorrectLet :: a ⊸ ()
incorrectLet a = let x = a in ()
-incorrectLetWithSignature :: (Bool->Bool) #-> ()
+incorrectLetWithSignature :: (Bool->Bool) %1 -> ()
incorrectLetWithSignature x = let y :: Bool->Bool; y = x in ()
incorrectLazyMatch :: (a,b) ⊸ b