summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops/should_run/CmpWord16.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/primops/should_run/CmpWord16.hs')
-rw-r--r--testsuite/tests/primops/should_run/CmpWord16.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/primops/should_run/CmpWord16.hs b/testsuite/tests/primops/should_run/CmpWord16.hs
index 7adc270afc..1a69a10f4b 100644
--- a/testsuite/tests/primops/should_run/CmpWord16.hs
+++ b/testsuite/tests/primops/should_run/CmpWord16.hs
@@ -4,7 +4,7 @@
module Main where
import Data.Word
-import Data.List
+import Data.List (findIndex)
import GHC.Prim
import GHC.Exts