summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/T20137/T20137.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/codeGen/should_run/T20137/T20137.hs')
-rw-r--r--testsuite/tests/codeGen/should_run/T20137/T20137.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/T20137/T20137.hs b/testsuite/tests/codeGen/should_run/T20137/T20137.hs
index 4786e27778..2fa33b5cd9 100644
--- a/testsuite/tests/codeGen/should_run/T20137/T20137.hs
+++ b/testsuite/tests/codeGen/should_run/T20137/T20137.hs
@@ -5,7 +5,7 @@
module Main where
-import Data.List
+import Data.List (foldl')
import Data.Bits
import GHC.Ptr
import Foreign.Ptr