summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail049.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-10-19 01:49:14 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-10-19 01:49:14 +0100
commit09cdd12b22bcff1876ea80c0d9878507c2ed4f1f (patch)
treec6474515aa1e2ce3bb6cb9a090f121c0b339be5f /testsuite/tests/rename/should_fail/rnfail049.hs
parentc673422336f4b1a2d5280adddc00a4ab9209426b (diff)
downloadhaskell-09cdd12b22bcff1876ea80c0d9878507c2ed4f1f.tar.gz
Replace Rank2Types and PolymorphicComponents by RankNTypes
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