diff options
Diffstat (limited to 'testsuite/tests/primops/should_run/CmpInt16.hs')
-rw-r--r-- | testsuite/tests/primops/should_run/CmpInt16.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/primops/should_run/CmpInt16.hs b/testsuite/tests/primops/should_run/CmpInt16.hs index 79588cb9b3..3fa89b5b31 100644 --- a/testsuite/tests/primops/should_run/CmpInt16.hs +++ b/testsuite/tests/primops/should_run/CmpInt16.hs @@ -4,7 +4,7 @@ module Main where import Data.Int -import Data.List +import Data.List (findIndex) import GHC.Prim import GHC.Exts |