diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-09-18 10:51:03 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-20 20:30:57 -0400 |
commit | 66cba46e7049d907fe5c8614bddb60288421d358 (patch) | |
tree | 5d614d54969d8f30167f11afb7478836847bdf88 /testsuite/tests/driver | |
parent | 87e2e2b17afed82d30841d5b44c977123b93ecc4 (diff) | |
download | haskell-66cba46e7049d907fe5c8614bddb60288421d358.tar.gz |
testsuite: Unmark T12971 as broken on Windows
It's unclear why, but this no longer seems to fail.
Closes #17945.
Diffstat (limited to 'testsuite/tests/driver')
-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 d39614ee7d..b4587b512a 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', [when(opsys('mingw32'), expect_broken(17945)), ignore_stdout], makefile_test, []) +test('T12971', 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, |