summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/mc10.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/mc10.hs')
-rw-r--r--testsuite/tests/rename/should_compile/mc10.hs2
1 files changed, 1 insertions, 1 deletions
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