Skip to content
GitLab
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
1a6fcb4f
Commit
1a6fcb4f
authored
Apr 04, 2006
by
Simon Marlow
Browse files
fix the expect_fail_if_windows macro
parent
7650de57
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/IO/all.T
View file @
1a6fcb4f
def
expect_fail_if_windows
(
opts
):
return
expect_fail_if_platform
("
i386-unknown-mingw32
");
def
expect_fail_if_windows
(
opts
):
f
=
expect_fail_if_platform
('
i386-unknown-mingw32
');
return
f
(
opts
);
test
('
IOError001
',
compose
(
omit_ways
(['
ghci
']),
set_stdin
('
IOError001.hs
')),
compile_and_run
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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