diff options
author | Austin Seipp <austin@well-typed.com> | 2015-06-19 12:28:14 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-06-19 12:29:09 -0500 |
commit | e283cecf6fd880aef3be2f3abe3936d0c06a250d (patch) | |
tree | f1b116fda09779e947cf76a8030558613fb94fa4 /testsuite/tests | |
parent | 40698fec2e63a651ebe6b5f67065f7a736d308a1 (diff) | |
download | haskell-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>
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/all.T | 2 |
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']) |