summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-13 12:18:10 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-14 00:32:59 +0200
commit322ae32f56e68adea8db3d3d7c078298b335d7da (patch)
treef82765ff8d8de2fbeb8664a7d7ed18cbad32e381 /testsuite/tests/programs
parent5764ade40104db4efacf5a5e452335f0aac1be8d (diff)
downloadhaskell-322ae32f56e68adea8db3d3d7c078298b335d7da.tar.gz
Testsuite: delete remaining only_compiler_types(['ghc']) setups
No point in pretending other compilers can use the GHC testsuite. This makes the *.T files a bit shorter.
Diffstat (limited to 'testsuite/tests/programs')
-rw-r--r--testsuite/tests/programs/cvh_unboxing/test.T2
-rw-r--r--testsuite/tests/programs/thurston-modular-arith/test.T2
2 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/programs/cvh_unboxing/test.T b/testsuite/tests/programs/cvh_unboxing/test.T
index 6cc5ca4f6d..abea53b354 100644
--- a/testsuite/tests/programs/cvh_unboxing/test.T
+++ b/testsuite/tests/programs/cvh_unboxing/test.T
@@ -1,5 +1,3 @@
-setTestOpts(only_compiler_types(['ghc']))
-
test('cvh_unboxing',
[when(fast(), skip),
extra_clean(['Append.hi', 'Append.o',
diff --git a/testsuite/tests/programs/thurston-modular-arith/test.T b/testsuite/tests/programs/thurston-modular-arith/test.T
index 0af870e0d2..dc6a221013 100644
--- a/testsuite/tests/programs/thurston-modular-arith/test.T
+++ b/testsuite/tests/programs/thurston-modular-arith/test.T
@@ -2,7 +2,7 @@
test('thurston-modular-arith',
[when(fast(), skip),
extra_clean(['Main.hi', 'Main.o', 'TypeVal.hi', 'TypeVal.o']),
- only_compiler_types(['ghc'])],
+ ],
multimod_compile_and_run,
['Main', ''])