summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog003
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/concurrent/prog003')
-rw-r--r--testsuite/tests/concurrent/prog003/all.T25
1 files changed, 3 insertions, 22 deletions
diff --git a/testsuite/tests/concurrent/prog003/all.T b/testsuite/tests/concurrent/prog003/all.T
index 7522b10010..2f7fe3bec8 100644
--- a/testsuite/tests/concurrent/prog003/all.T
+++ b/testsuite/tests/concurrent/prog003/all.T
@@ -10,25 +10,6 @@
# occasionally, but at least the test is here for posterity.
test('concprog003',
- [when(fast(), skip),
- extra_clean([
- 'BackList2.hi', 'BackList2.o',
- 'ImmList.hi', 'ImmList.o',
- 'MainMVarList.hi', 'MainMVarList.o',
- 'TestDataParser.hi', 'TestDataParser.o',
- 'CASList.hi', 'CASList.o',
- 'IOList.hi', 'IOList.o',
- 'MVarListLockCoupling.hi', 'MVarListLockCoupling.o',
- 'TestRun.hi', 'TestRun.o',
- 'Collate.hi', 'Collate.o',
- 'LazyList2.hi', 'LazyList2.o',
- 'RefInterface.hi', 'RefInterface.o',
- 'Collection.hi', 'Collection.o',
- 'Main.hi', 'Main.o',
- 'TestData.hi', 'TestData.o'
- ]),
- reqlib('random'),
- extra_run_opts('IMM -t test-8-3000-3000-2-1-4'),
- ],
- multimod_compile_and_run,
- ['Main',''])
+ [when(fast(), skip), reqlib('random'),
+ extra_run_opts('IMM -t test-8-3000-3000-2-1-4')],
+ multimod_compile_and_run, ['Main', ''])