summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/all.T
diff options
context:
space:
mode:
authorDave Laing <dave.laing.80@gmail.com>2017-05-15 16:09:11 -0400
committerBen Gamari <ben@smart-cactus.org>2017-05-15 17:50:56 -0400
commit49012ebc9ed44a0b1f8de3781e15c8115d3074f8 (patch)
tree2810e77007cc68dcc21789946cd347fd0e13d8d8 /testsuite/tests/parser/should_fail/all.T
parentbc066558e83bfa741a58ec1797ac8fccc507266e (diff)
downloadhaskell-49012ebc9ed44a0b1f8de3781e15c8115d3074f8.tar.gz
Print warnings on parser failures (#12610).
Test Plan: validate Reviewers: austin, bgamari, simonmar, mpickering Reviewed By: mpickering Subscribers: mpickering, rwbarton, thomie GHC Trac Issues: #12610 Differential Revision: https://phabricator.haskell.org/D3584
Diffstat (limited to 'testsuite/tests/parser/should_fail/all.T')
-rw-r--r--testsuite/tests/parser/should_fail/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T
index 883e0b2efa..abe3da9775 100644
--- a/testsuite/tests/parser/should_fail/all.T
+++ b/testsuite/tests/parser/should_fail/all.T
@@ -55,7 +55,7 @@ test('T3153', normal, compile_fail, [''])
test('T3751', normal, compile_fail, [''])
test('position001', normal, compile_fail, [''])
-test('position002', normal, compile_fail, [''])
+test('position002', normal, compile_fail, ['-Wno-tabs'])
test('T1344a', normal, compile_fail, [''])
test('T1344b', normal, compile_fail, [''])
@@ -101,3 +101,4 @@ test('T13414', literate, compile_fail, [''])
test('T8501a', normal, compile_fail, [''])
test('T8501b', normal, compile_fail, [''])
test('T8501c', normal, compile_fail, [''])
+test('T12610', normal, compile_fail, [''])