diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-01 15:26:06 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-01 15:26:06 +0000 |
commit | 7361acf4f7c6e3e07c57cd6d59ea1e6b81884616 (patch) | |
tree | f299460ab90456daed1ad9e978831586fb65970a /testsuite/tests/parser/should_fail/T984.stderr | |
parent | 1c81f61e131b33596de7c272af16550d34155e92 (diff) | |
download | haskell-7361acf4f7c6e3e07c57cd6d59ea1e6b81884616.tar.gz |
Add a test for #984
Diffstat (limited to 'testsuite/tests/parser/should_fail/T984.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/T984.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/T984.stderr b/testsuite/tests/parser/should_fail/T984.stderr new file mode 100644 index 0000000000..4c723a7869 --- /dev/null +++ b/testsuite/tests/parser/should_fail/T984.stderr @@ -0,0 +1,4 @@ + +T984.hs:6:9: + Parse error in pattern: case () of { _ -> result } + Possibly caused by a missing 'do'? |