summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2806.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T2806.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T2806.stderr12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T2806.stderr b/testsuite/tests/typecheck/should_fail/T2806.stderr
new file mode 100644
index 0000000000..ebbffb29eb
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T2806.stderr
@@ -0,0 +1,12 @@
+
+T2806.hs:13:11:
+ Warning: Pattern bindings containing unlifted types should use an outermost bang pattern:
+ (I# _x) = 4
+ In an equation for `foo':
+ foo
+ = 3
+ where
+ (I# _x) = 4
+
+<no location info>:
+Failing due to -Werror.