summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-10-18 20:48:06 -0400
committerBen Gamari <ben@smart-cactus.org>2018-10-23 14:09:59 -0400
commit214699477a641bab7d3b9e063682a6b71a1f8b35 (patch)
treead12806b354e603bed372ddb9dc92fe617f212d8
parentd06925715b83b805e58615396044fd2e8b6d36c8 (diff)
downloadhaskell-214699477a641bab7d3b9e063682a6b71a1f8b35.tar.gz
testsuite: Mark T15349 as broken in the ghci way
See #15349.
-rw-r--r--libraries/base/tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 7cb5c4f236..90af9020d6 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -241,4 +241,4 @@ test('T14425', normal, compile_and_run, [''])
test('T10412', normal, compile_and_run, [''])
test('T13896', normal, compile_and_run, [''])
test('T13167', normal, compile_and_run, [''])
-test('T15349', [exit_code(1)], compile_and_run, [''])
+test('T15349', [exit_code(1), expect_broken_for(15349, 'ghci')], compile_and_run, [''])