summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog002/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/concurrent/prog002/all.T')
-rw-r--r--testsuite/tests/concurrent/prog002/all.T2
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 = []