summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail07.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail07.stderr')
-rw-r--r--testsuite/tests/annotations/should_fail/annfail07.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail07.stderr b/testsuite/tests/annotations/should_fail/annfail07.stderr
new file mode 100644
index 0000000000..01f4b62c45
--- /dev/null
+++ b/testsuite/tests/annotations/should_fail/annfail07.stderr
@@ -0,0 +1,6 @@
+
+annfail07.hs:9:17:
+ Couldn't match expected type `[a0]' with actual type `Bool'
+ In the first argument of `head', namely `True'
+ In the expression: (head True)
+ In the annotation: {-# ANN f (head True) #-}