Skip to content
Snippets Groups Projects
Commit 59d1d7ea authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Fix an 'if windows' test to cover Win64 too

parent 05abdc9a
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
def expect_fail_if_windows(opts):
f = if_platform('i386-unknown-mingw32', expect_fail);
f = if_os('mingw32', expect_fail);
return f(opts);
test('IOError001', compose(omit_ways(['ghci']), set_stdin('IOError001.hs')),
......
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