diff options
author | Kavon Farvardin <kavon@farvard.in> | 2018-09-23 15:29:37 -0500 |
---|---|---|
committer | Kavon Farvardin <kavon@farvard.in> | 2018-09-23 15:29:37 -0500 |
commit | 84c2ad99582391005b5e873198b15e9e9eb4f78d (patch) | |
tree | caa8c2f2ec7e97fbb4977263c6817c9af5025cf4 /testsuite/tests/concurrent/prog002/all.T | |
parent | 8ddb47cfcf5776e9a3c55fd37947c8a95e00fa12 (diff) | |
parent | e68b439fe5de61b9a2ca51af472185c62ccb8b46 (diff) | |
download | haskell-wip/T13904.tar.gz |
update to current master againwip/T13904
Diffstat (limited to 'testsuite/tests/concurrent/prog002/all.T')
-rw-r--r-- | testsuite/tests/concurrent/prog002/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/prog002/all.T b/testsuite/tests/concurrent/prog002/all.T index 8cf3d87f90..4b330cde98 100644 --- a/testsuite/tests/concurrent/prog002/all.T +++ b/testsuite/tests/concurrent/prog002/all.T @@ -1,7 +1,7 @@ # Test for bug #713, results in crashes in GHC prior to 20060315 with +RTS -N2 # Add 'threaded2_hT' so that we have at least one test for bug #5127 -if (ghc_with_threaded_rts == 1 and ghc_with_smp == 1): +if ghc_with_threaded_rts and ghc_with_smp: ways = ['threaded2_hT'] else: ways = [] |