diff options
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail11.stderr')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail11.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail11.stderr b/testsuite/tests/annotations/should_fail/annfail11.stderr new file mode 100644 index 0000000000..18769f7466 --- /dev/null +++ b/testsuite/tests/annotations/should_fail/annfail11.stderr @@ -0,0 +1,4 @@ + +annfail11.hs:3:1: Not in scope: `length' + +annfail11.hs:4:1: Not in scope: type constructor or class `Integer' |