diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-15 13:27:59 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-15 13:29:52 +0200 |
commit | b1063b1b64989749292d156b189eb64a73fb329a (patch) | |
tree | 884c79707d150ef6f7a36163980ec48925f2cc39 | |
parent | 8e6a50339a4a61d4f2cbec645c78abc85098a294 (diff) | |
download | haskell-b1063b1b64989749292d156b189eb64a73fb329a.tar.gz |
Testsuite: mark T10294 conditionally expect_broken on #10301
Fix 8e6a50339a4a61d4f2cbec645c78abc85098a294.
-rw-r--r-- | testsuite/tests/plugins/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index 473bed32d4..bc3bcfa2dd 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -53,7 +53,7 @@ test('T10420', test('T10294', [pre_cmd('$MAKE -s --no-print-directory -C annotation-plugin package.T10294'), clean_cmd('$MAKE -s --no-print-directory -C annotation-plugin clean.T10294'), - when(have_dynamic(),expect_broken(10301))], + unless(have_dynamic(),expect_broken(10301))], run_command, ['$MAKE -s --no-print-directory T10294']) |