diff options
-rw-r--r-- | testsuite/tests/driver/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T index b4587b512a..d39614ee7d 100644 --- a/testsuite/tests/driver/all.T +++ b/testsuite/tests/driver/all.T @@ -258,7 +258,7 @@ test('T12752pass', normal, compile, ['-DSHOULD_PASS=1 -Wcpp-undef']) test('T12955', normal, makefile_test, []) -test('T12971', ignore_stdout, makefile_test, []) +test('T12971', [when(opsys('mingw32'), expect_broken(17945)), ignore_stdout], makefile_test, []) test('json', normal, compile_fail, ['-ddump-json']) test('json2', normalise_version('base','ghc-prim'), compile, ['-ddump-types -ddump-json']) test('T16167', exit_code(1), run_command, |