summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_fail/WarningCategoryModule.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_fail/WarningCategoryModule.hs')
-rw-r--r--testsuite/tests/warnings/should_fail/WarningCategoryModule.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_fail/WarningCategoryModule.hs b/testsuite/tests/warnings/should_fail/WarningCategoryModule.hs
new file mode 100644
index 0000000000..15ec2ebd3d
--- /dev/null
+++ b/testsuite/tests/warnings/should_fail/WarningCategoryModule.hs
@@ -0,0 +1,4 @@
+module WarningCategoryModule {-# WARNING in "x-module-warning-42" "Module-level warning" #-} where
+
+wurble :: ()
+wurble = ()