diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-10-10 18:28:20 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-10-10 18:29:16 +0200 |
commit | 614ce4b0b93ec1f9c308589b956b725535c57111 (patch) | |
tree | ed4749655914ec73ec84b0bf19cb38d3e1f84dc1 /testsuite | |
parent | fa5eabec43a71546afba6dec7508ae5afb23b805 (diff) | |
download | haskell-614ce4b0b93ec1f9c308589b956b725535c57111.tar.gz |
Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/linking/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T index fc3516aafa..e823f88613 100644 --- a/testsuite/tests/ghci/linking/all.T +++ b/testsuite/tests/ghci/linking/all.T @@ -43,7 +43,7 @@ test('ghcilink006', test('T3333', [extra_clean(['T3333.o']), unless(doing_ghci, skip), - unless(ghci_dynamic(), expect_broken(3333))], + unless(opsys('linux') or ghci_dynamic(), expect_broken(3333))], run_command, ['$MAKE -s --no-print-directory T3333']) |