summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-04 23:01:46 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-12 08:19:59 -0400
commit8d482e45590d01e6779f6f675911ffa1067ad981 (patch)
treec14f5fabaf927703d7661879a9e81a5394be2e03
parent1a204e07119ed81fc593457372229bef26f48dbe (diff)
downloadhaskell-8d482e45590d01e6779f6f675911ffa1067ad981.tar.gz
testsuite: Omit tcrun022 in hpc way
As noted in #16542, the expected rule doesn't fire. However, this doesn't seem terribly surpring given the circumstances.
-rwxr-xr-xtestsuite/tests/typecheck/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_run/all.T b/testsuite/tests/typecheck/should_run/all.T
index a41df81729..54d5ae4083 100755
--- a/testsuite/tests/typecheck/should_run/all.T
+++ b/testsuite/tests/typecheck/should_run/all.T
@@ -35,7 +35,7 @@ test('tcrun018', normal, compile_and_run, [''])
test('tcrun019', normal, compile_and_run, [''])
test('tcrun020', normal, compile_and_run, [''])
test('tcrun021', normal, compile_and_run, ['-package containers'])
-test('tcrun022', omit_ways(['ghci']), compile_and_run, ['-O'])
+test('tcrun022', omit_ways(['hpc', 'ghci']), compile_and_run, ['-O'])
test('tcrun023', [when(doing_ghci(), extra_hc_opts('-fobject-code'))],
compile_and_run, ['-O'])
test('tcrun024', normal, compile_and_run, ['-O'])