summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun047.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/codeGen/should_run/cgrun047.hs')
-rw-r--r--testsuite/tests/codeGen/should_run/cgrun047.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun047.hs b/testsuite/tests/codeGen/should_run/cgrun047.hs
index 8880814e78..f361d2e9d4 100644
--- a/testsuite/tests/codeGen/should_run/cgrun047.hs
+++ b/testsuite/tests/codeGen/should_run/cgrun047.hs
@@ -6,7 +6,7 @@ module Main where
-- specified. Through a process of elimination I've managed to reproduce
-- the problemin the following (much simpler) piece of code:
-import Data.List
+import Data.List (groupBy)
test es =
concat (groupBy eq (zip [0..(length es) - 1] es))