summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail12.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail12.stderr')
-rw-r--r--testsuite/tests/annotations/should_fail/annfail12.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail12.stderr b/testsuite/tests/annotations/should_fail/annfail12.stderr
new file mode 100644
index 0000000000..6b08c0a814
--- /dev/null
+++ b/testsuite/tests/annotations/should_fail/annfail12.stderr
@@ -0,0 +1,8 @@
+
+annfail12.hs:5:1:
+ Exception when trying to run compile-time code:
+ You were meant to see this error!
+ In the expression:
+ (error "You were meant to see this error!" :: Int)
+ In the annotation:
+ {-# ANN f (error "You were meant to see this error!" :: Int) #-}