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
2f9a8468
Commit
2f9a8468
authored
May 09, 2014
by
Austin Seipp
Browse files
testsuite: fix cgrun051 exit code
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
c302a464
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/codeGen/should_run/all.T
View file @
2f9a8468
...
...
@@ -48,7 +48,7 @@ test('cgrun047', normal, compile_and_run, [''])
test
('
cgrun048
',
normal
,
compile_and_run
,
[''])
test
('
cgrun049
',
normal
,
compile_and_run
,
['
-funbox-strict-fields
'])
test
('
cgrun050
',
normal
,
compile_and_run
,
[''])
test
('
cgrun051
',
normal
,
compile_and_run
,
[''])
test
('
cgrun051
',
[
exit_code
(
1
)]
,
compile_and_run
,
[''])
test
('
cgrun052
',
only_ways
(['
optasm
']),
compile_and_run
,
['
-funbox-strict-fields
'])
test
('
cgrun053
',
normal
,
compile_and_run
,
[''])
test
('
cgrun054
',
normal
,
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