diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-13 12:18:10 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 00:32:59 +0200 |
commit | 322ae32f56e68adea8db3d3d7c078298b335d7da (patch) | |
tree | f82765ff8d8de2fbeb8664a7d7ed18cbad32e381 /testsuite/tests/hpc | |
parent | 5764ade40104db4efacf5a5e452335f0aac1be8d (diff) | |
download | haskell-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/hpc')
-rw-r--r-- | testsuite/tests/hpc/all.T | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/hpc/all.T b/testsuite/tests/hpc/all.T index 757525c2ef..6757338274 100644 --- a/testsuite/tests/hpc/all.T +++ b/testsuite/tests/hpc/all.T @@ -8,9 +8,7 @@ test('T10138', ignore_output, run_command, # '-hpcdir' to a different value for each test. Only the `hpc` way does this # automatically. This way the tests in this directory can be run concurrently # (Main.mix might overlap otherwise). -setTestOpts([only_compiler_types(['ghc']), - only_ways(['hpc']), - ]) +setTestOpts(only_ways(['hpc'])) def T2991(cmd): # The .mix file for the literate module should have non-zero entries. |