diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail043.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail043.stderr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail043.stderr b/testsuite/tests/parser/should_fail/readFail043.stderr new file mode 100644 index 0000000000..1b2b1abc15 --- /dev/null +++ b/testsuite/tests/parser/should_fail/readFail043.stderr @@ -0,0 +1,24 @@ + +readFail043.hs:10:9: + Unexpected transform statement in a list comprehension + Use -XTransformListComp + +readFail043.hs:10:20: Not in scope: `by' + +readFail043.hs:10:23: Not in scope: `x' + +readFail043.hs:11:9: + Unexpected transform statement in a list comprehension + Use -XTransformListComp + +readFail043.hs:11:20: Not in scope: `by' + +readFail043.hs:11:23: Not in scope: `x' + +readFail043.hs:11:25: Not in scope: `using' + +readFail043.hs:12:9: + Unexpected transform statement in a list comprehension + Use -XTransformListComp + +readFail043.hs:12:20: Not in scope: `using' |