summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-05-09 20:58:06 -0500
committerAustin Seipp <austin@well-typed.com>2014-05-09 21:51:06 -0500
commit2f9a846848fa673e4fc635feff60598c57fedf8d (patch)
tree945336da07690c55eb3291eab09251677176b7ca /testsuite/tests/codeGen
parentc302a464556e837eaadbb60b310c09c8ab58fb40 (diff)
downloadhaskell-2f9a846848fa673e4fc635feff60598c57fedf8d.tar.gz
testsuite: fix cgrun051 exit code
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 1efe2a63b7..98328cfc63 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -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, [''])