summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T18264.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T18264.stdout')
-rw-r--r--testsuite/tests/rename/should_compile/T18264.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T18264.stdout b/testsuite/tests/rename/should_compile/T18264.stdout
new file mode 100644
index 0000000000..49fbed571e
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T18264.stdout
@@ -0,0 +1,6 @@
+import Data.Char ( isDigit, isLetter )
+import Data.List ( sortOn )
+import Data.Maybe ( fromJust, isJust )
+import qualified Data.Char as C ( isLetter, isDigit )
+import qualified Data.List as S ( sort )
+import qualified Data.List as T ( nub )