summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/Concurrent/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/lib/Concurrent/all.T')
-rw-r--r--testsuite/tests/ghc-regress/lib/Concurrent/all.T10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/ghc-regress/lib/Concurrent/all.T b/testsuite/tests/ghc-regress/lib/Concurrent/all.T
deleted file mode 100644
index 004c6a1226..0000000000
--- a/testsuite/tests/ghc-regress/lib/Concurrent/all.T
+++ /dev/null
@@ -1,10 +0,0 @@
-setTestOpts(only_compiler_types(['ghc']))
-
-test('SampleVar001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck'])
-test('4876', reqlib('random'), compile_and_run, ['']) # another SampleVar test
-
-test('Chan001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck'])
-test('MVar001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck'])
-test('QSemN001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck'])
-test('QSem001', reqlib('QuickCheck'), compile_and_run, ['-package QuickCheck'])
-test('ThreadDelay001', normal, compile_and_run, [''])