Skip to content
Snippets Groups Projects
Commit 24e5761e authored by Zubin's avatar Zubin
Browse files

testsuite: Mark 25300A as broken on windows

parent f858875e
No related branches found
No related tags found
Loading
test('T25052', normal, compile_and_run, [''])
test('T25300a', [extra_files(['T25300.hs']), normal], multimod_compile_and_run, ['T25300.hs', ''])
test('T25300a', [when(opsys('mingw32'), skip) # this is broken on windows for some reason
, extra_files(['T25300.hs']), normal], multimod_compile_and_run, ['T25300.hs', ''])
test('T25300b', [extra_files(['T25300.hs']), normal, expect_broken(25300)], multimod_compile_and_run, ['T25300.hs', '-DBRACKET'])
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