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
35eb5095
Commit
35eb5095
authored
Jan 25, 2013
by
Ian Lynagh
Committed by
ian@well-typed.com
Jan 26, 2013
Browse files
Fix T7037 on Windows
parent
e66a81c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rts/T7037_main.c
View file @
35eb5095
#include
<stddef.h>
#include
<unistd.h>
int
main
(
int
argc
,
char
*
argv
[])
{
char
*
args
[
1
]
=
{
NULL
};
const
char
*
args
[
2
]
=
{
"T7037"
,
NULL
};
execv
(
"./T7037"
,
args
);
}
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