summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DodgyImports.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/DodgyImports.stderr')
-rw-r--r--testsuite/tests/warnings/should_compile/DodgyImports.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/DodgyImports.stderr b/testsuite/tests/warnings/should_compile/DodgyImports.stderr
new file mode 100644
index 0000000000..de90c743f2
--- /dev/null
+++ b/testsuite/tests/warnings/should_compile/DodgyImports.stderr
@@ -0,0 +1,4 @@
+DodgyImports.hs:3:24: warning: [GHC-99623] [-Wdodgy-imports (in -Wextra)]
+ The import item ‘Data.Semigroup.ArgMin(..)’ suggests that
+ ‘Data.Semigroup.ArgMin’ has (in-scope) constructors or record fields,
+ but it has none