summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T7702plugin/T7702Plugin.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T7702plugin/T7702Plugin.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/T7702plugin/T7702Plugin.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T7702plugin/T7702Plugin.hs b/testsuite/tests/simplCore/should_compile/T7702plugin/T7702Plugin.hs
index e411d04e67..f063ab7615 100644
--- a/testsuite/tests/simplCore/should_compile/T7702plugin/T7702Plugin.hs
+++ b/testsuite/tests/simplCore/should_compile/T7702plugin/T7702Plugin.hs
@@ -1,6 +1,6 @@
module T7702Plugin ( plugin ) where
-import GhcPlugins
+import GHC.Plugins
-- A plugin that does nothing but tickle CoreM's writer.
plugin :: Plugin