summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail049.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail049.hs')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail049.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail049.hs b/testsuite/tests/rename/should_fail/rnfail049.hs
index 7f4b6c7842..6123856d2c 100644
--- a/testsuite/tests/rename/should_fail/rnfail049.hs
+++ b/testsuite/tests/rename/should_fail/rnfail049.hs
@@ -1,6 +1,6 @@
-- Test trying to use a function bound in the list comprehension as the group function
-{-# OPTIONS_GHC -XRank2Types -XTransformListComp #-}
+{-# OPTIONS_GHC -XRankNTypes -XTransformListComp #-}
module RnFail049 where