diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile')
-rw-r--r-- | testsuite/tests/rename/should_compile/mc09.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/rename/should_compile/mc10.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_compile/mc09.hs b/testsuite/tests/rename/should_compile/mc09.hs index f4a62fa617..1e1f2819b5 100644 --- a/testsuite/tests/rename/should_compile/mc09.hs +++ b/testsuite/tests/rename/should_compile/mc09.hs @@ -1,6 +1,6 @@ {-# LANGUAGE MonadComprehensions, TransformListComp #-} --- Test performed for TransformListComp and should work for monad comp aswell: +-- Test performed for TransformListComp and should work for monad comp as well: -- GHC 7.0.1 failed because the renamer didn't attach -- all the used variables to the TransformListComp constructor diff --git a/testsuite/tests/rename/should_compile/mc10.hs b/testsuite/tests/rename/should_compile/mc10.hs index fa9774fdfb..e1a4f81e25 100644 --- a/testsuite/tests/rename/should_compile/mc10.hs +++ b/testsuite/tests/rename/should_compile/mc10.hs @@ -1,6 +1,6 @@ {-# OPTIONS_GHC -fwarn-unused-matches #-} {-# LANGUAGE MonadComprehensions, ParallelListComp #-} --- Test for parallel list comp should work for monad comp aswell: +-- Test for parallel list comp should work for monad comp as well: -- -- GHC 6.4 erroneously reported that the -- bindings for q and z were unused |