Skip to content
Snippets Groups Projects
Verified Commit b821fcc7 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

[testsuite] static001 is not broken anymore.

parent 3319bb7c
No related merge requests found
......@@ -121,7 +121,8 @@ else:
only_darwin = skip
test('static001', [extra_files(['Static001.hs']),
only_darwin, expect_broken(8127)],
only_darwin,
when(arch('x86_64'), expect_broken(8127))],
makefile_test, ['static001'])
test('dynHelloWorld',
......
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