summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/enumfromto/dph-enumfromto.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dph/enumfromto/dph-enumfromto.T')
-rw-r--r--testsuite/tests/dph/enumfromto/dph-enumfromto.T12
1 files changed, 4 insertions, 8 deletions
diff --git a/testsuite/tests/dph/enumfromto/dph-enumfromto.T b/testsuite/tests/dph/enumfromto/dph-enumfromto.T
index 5f597a6623..ac4d0f0176 100644
--- a/testsuite/tests/dph/enumfromto/dph-enumfromto.T
+++ b/testsuite/tests/dph/enumfromto/dph-enumfromto.T
@@ -1,8 +1,4 @@
-test ('EnumFromToP'
- , [ extra_clean(['EnumFromToP.o', 'EnumFromToP.hi'])
- , reqlib('dph-lifted-vseg')
- , reqlib('dph-prim-par')
- , expect_broken(7736)
- , only_ways(['normal', 'threaded1', 'threaded2']) ]
- , compile
- , [ '-O0 -package dph-lifted-vseg'])
+test('EnumFromToP',
+ [reqlib('dph-lifted-vseg'), reqlib('dph-prim-par'), expect_broken(7736),
+ only_ways(['normal', 'threaded1', 'threaded2'])],
+ compile, ['-O0 -package dph-lifted-vseg'])