summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/join_points/join002.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/join_points/join002.hs')
-rw-r--r--testsuite/tests/perf/join_points/join002.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/join_points/join002.hs b/testsuite/tests/perf/join_points/join002.hs
index 49aecdcc7f..ac7c089aad 100644
--- a/testsuite/tests/perf/join_points/join002.hs
+++ b/testsuite/tests/perf/join_points/join002.hs
@@ -1,6 +1,6 @@
module Main where
-import Data.List
+import Data.List (find)
-- These four functions should all wind up the same; they represent successive
-- simplifications that should happen. (Actual details may vary, since find