summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5957.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T5957.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T5957.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T5957.stderr b/testsuite/tests/typecheck/should_fail/T5957.stderr
index 8239d56de9..66bc0c1d0d 100644
--- a/testsuite/tests/typecheck/should_fail/T5957.stderr
+++ b/testsuite/tests/typecheck/should_fail/T5957.stderr
@@ -1,6 +1,6 @@
T5957.hs:3:9: error:
• Illegal qualified type: Show a => a -> String
- Perhaps you intended to use RankNTypes or Rank2Types
+ Perhaps you intended to use RankNTypes
• In the type signature:
flex :: Int -> Show a => a -> String