summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-06-19 12:28:14 -0500
committerAustin Seipp <austin@well-typed.com>2015-06-19 12:29:09 -0500
commite283cecf6fd880aef3be2f3abe3936d0c06a250d (patch)
treef1b116fda09779e947cf76a8030558613fb94fa4
parent40698fec2e63a651ebe6b5f67065f7a736d308a1 (diff)
downloadhaskell-e283cecf6fd880aef3be2f3abe3936d0c06a250d.tar.gz
testsuite: mark T4945 as expect_broken
This was working, and then it started failing again; it's a pretty fragile test anyway because it 'grep's the output of the compiler. In the mean time, make the CI system quiet down by marking it appropriately. Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 3a8a6e1124..f7ff85beec 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -107,7 +107,7 @@ test('T4918',
['$MAKE -s --no-print-directory T4918'])
test('T4945',
- normal,
+ expect_broken(4945),
run_command,
['$MAKE -s --no-print-directory T4945'])