Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2ae4bcb1
Commit
2ae4bcb1
authored
Jan 26, 2013
by
Ian Lynagh
Committed by
ian@well-typed.com
Jan 26, 2013
Browse files
Fix an 'if windows' test to cover Win64 too
parent
7a49a340
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/base/tests/IO/all.T
View file @
2ae4bcb1
# -*- 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
')),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment