diff options
Diffstat (limited to 'testsuite/tests/rename/prog002/rnfail037.hs')
-rw-r--r-- | testsuite/tests/rename/prog002/rnfail037.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/prog002/rnfail037.hs b/testsuite/tests/rename/prog002/rnfail037.hs index 0a2935c5ad..6eaa1da34b 100644 --- a/testsuite/tests/rename/prog002/rnfail037.hs +++ b/testsuite/tests/rename/prog002/rnfail037.hs @@ -2,7 +2,7 @@ module ShouldCompile where import Rn037Help hiding( C ) - -- C is the constructor, but we should - -- still be able to hide it + -- C is the constructor, but we should + -- still be able to hide it f x = Rn037Help.C |