summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn029.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn029.hs')
-rw-r--r--testsuite/tests/rename/should_compile/rn029.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/rename/should_compile/rn029.hs b/testsuite/tests/rename/should_compile/rn029.hs
index 76dd993dc9..20439d2ab6 100644
--- a/testsuite/tests/rename/should_compile/rn029.hs
+++ b/testsuite/tests/rename/should_compile/rn029.hs
@@ -3,12 +3,12 @@ module ShouldCompile where
import Data.List ( reverse, sort )
-sort :: Int -- Clashes with Data.List.sort,
-sort = 4 -- but never used, so OK
-
+sort :: Int -- Clashes with Data.List.sort,
+sort = 4 -- but never used, so OK
-reverse :: Int -- Clashes with Data.List.reverse,
-reverse = 3 -- but the only uses are qualified
+
+reverse :: Int -- Clashes with Data.List.reverse,
+reverse = 3 -- but the only uses are qualified
x = ShouldCompile.reverse