summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail184.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail184.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail184.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail184.stderr b/testsuite/tests/typecheck/should_fail/tcfail184.stderr
index cfb89422dc..6efa33726a 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail184.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail184.stderr
@@ -2,6 +2,6 @@
tcfail184.hs:8:19:
Illegal polymorphic or qualified type:
forall a. Ord a => [a] -> [a]
- Perhaps you intended to use -XRankNTypes or -XRank2Types
+ Perhaps you intended to use RankNTypes or Rank2Types
In the definition of data constructor ‛MkSwizzle’
In the newtype declaration for ‛Swizzle’