summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn041.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn041.hs')
-rw-r--r--testsuite/tests/rename/should_compile/rn041.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_compile/rn041.hs b/testsuite/tests/rename/should_compile/rn041.hs
index 454227c14d..1606e537ce 100644
--- a/testsuite/tests/rename/should_compile/rn041.hs
+++ b/testsuite/tests/rename/should_compile/rn041.hs
@@ -4,10 +4,10 @@
module ShouldCompile( t ) where
-f x = f x -- Unused
+f x = f x -- Unused
-g x = h x -- Unused
+g x = h x -- Unused
h x = g x
-t x = t x -- Used by export list
+t x = t x -- Used by export list