diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3153.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/T3153.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/T3153.stderr b/testsuite/tests/parser/should_fail/T3153.stderr new file mode 100644 index 0000000000..5a21b339aa --- /dev/null +++ b/testsuite/tests/parser/should_fail/T3153.stderr @@ -0,0 +1,6 @@ + +T3153.hs:1:1: + Cannot parse LANGUAGE pragma + Expecting comma-separated list of language options, + each starting with a capital letter + E.g. {-# LANGUAGE RecordPuns, Generics #-} |