summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T10600.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/driver/T10600.hs')
-rw-r--r--testsuite/tests/driver/T10600.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/driver/T10600.hs b/testsuite/tests/driver/T10600.hs
index 86b6e6cbfc..3dbce43e4d 100644
--- a/testsuite/tests/driver/T10600.hs
+++ b/testsuite/tests/driver/T10600.hs
@@ -1,7 +1,7 @@
{-# LANGUAGE MagicHash #-}
module T10600 where
-import GHC.Prim
+import GHC.Exts
-- This shouldn't compile as unlifted bindings aren't allowed at top-level.
-- However, #10600 described the situation where an error isn't throw when we