diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-22 19:08:07 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-22 19:08:34 -0500 |
commit | 80f51c6c77d8aa14a97f7187a638e6a8fa99454b (patch) | |
tree | fd79e1f814cf56e52a074cf569ad226a6daf4d03 | |
parent | 05e8a5e000d20129e5454f020c0c4197280ee2c8 (diff) | |
download | haskell-80f51c6c77d8aa14a97f7187a638e6a8fa99454b.tar.gz |
testsuite: Mark T16180 as broken on Darwin
See #16218.
-rw-r--r-- | testsuite/tests/th/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 9ddf28345e..4062cf2af0 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -467,4 +467,4 @@ test('T15437', expect_broken(15437), multimod_compile, test('T15985', normal, compile, ['']) test('T16133', normal, compile_fail, ['']) test('T15471', normal, multimod_compile, ['T15471.hs', '-v0']) -test('T16180', normal, compile_and_run, ['']) +test('T16180', when(opsys('darwin'), expect_broken(16218)), compile_and_run, ['']) |