Skip to content
Snippets Groups Projects
Commit e0595d22 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark T16608_* as fragile on Darwin

As noted in #16855.
parent 49fff41d
No related merge requests found
test('T16608_1', [extra_files(['MyInteger.hs'])], makefile_test, [])
test('T16608_2', [extra_files(['MyInteger.hs'])], makefile_test, [])
test('T16608_1', [when(opsys('darwin'), fragile(16855)), extra_files(['MyInteger.hs'])], makefile_test, [])
test('T16608_2', [when(opsys('darwin'), fragile(16855)), extra_files(['MyInteger.hs'])], makefile_test, [])
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