summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/concurrent
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-04-16 10:08:47 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-04-16 10:08:47 +0000
commit7e90d81cf4d2b56f9478187a14bb02d3f2dc8336 (patch)
tree6c0d15cba63342670b7673418cce35e30c61486a /testsuite/tests/ghc-regress/concurrent
parentc5978191341daa3aa3679580a41d8807fc94fdce (diff)
downloadhaskell-7e90d81cf4d2b56f9478187a14bb02d3f2dc8336.tar.gz
conc063 should exit(0) now
Diffstat (limited to 'testsuite/tests/ghc-regress/concurrent')
-rw-r--r--testsuite/tests/ghc-regress/concurrent/should_run/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/concurrent/should_run/all.T b/testsuite/tests/ghc-regress/concurrent/should_run/all.T
index 457737f78f..dab9dd7898 100644
--- a/testsuite/tests/ghc-regress/concurrent/should_run/all.T
+++ b/testsuite/tests/ghc-regress/concurrent/should_run/all.T
@@ -148,8 +148,7 @@ if config.platform == "i386-unknown-mingw32":
else:
config063 = normal
-test('conc063', compose(exit_code(1), config063),
- compile_and_run, ['-package stm'])
+test('conc063', config063, compile_and_run, ['-package stm'])
test('conc064', exit_code(1), compile_and_run, [''])