Skip to content
Snippets Groups Projects
Commit 18f1e265 authored by Thomas Miedema's avatar Thomas Miedema Committed by Ben Gamari
Browse files

Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)

parent 65630525
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,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'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment