summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T11077.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/T11077.hs')
-rw-r--r--testsuite/tests/warnings/should_compile/T11077.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/T11077.hs b/testsuite/tests/warnings/should_compile/T11077.hs
index 76533cb950..a5280d9f8d 100644
--- a/testsuite/tests/warnings/should_compile/T11077.hs
+++ b/testsuite/tests/warnings/should_compile/T11077.hs
@@ -1,3 +1,5 @@
+{-# OPTIONS_GHC -Wno-compat-unqualified-imports #-}
+
module T11077 (module X, foo) where
import Data.List as X
foo = undefined