diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-05 07:47:31 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:20:25 -0400 |
commit | 68cfdfdb8775ff28a20131248beec7ac0906aeac (patch) | |
tree | bc81255d91725f6d33db06301a6373ecf5762612 /testsuite/tests/warnings | |
parent | 8d482e45590d01e6779f6f675911ffa1067ad981 (diff) | |
download | haskell-68cfdfdb8775ff28a20131248beec7ac0906aeac.tar.gz |
testsuite: Mark Overflow as broken in hpc way
As noted in #16543.
Diffstat (limited to 'testsuite/tests/warnings')
-rw-r--r-- | testsuite/tests/warnings/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/warnings/should_compile/all.T b/testsuite/tests/warnings/should_compile/all.T index 55dee873ae..eabe354fa8 100644 --- a/testsuite/tests/warnings/should_compile/all.T +++ b/testsuite/tests/warnings/should_compile/all.T @@ -26,6 +26,6 @@ test('T16551', [extra_files(['T16551/'])], multimod_compile, ['T16551/A.hs T1655 test('StarBinder', normal, compile, ['']) -test('Overflow', normal, compile, ['']) +test('Overflow', expect_broken_for(16543, ['hpc']), compile, ['']) test('UnusedPackages', normal, multimod_compile, ['UnusedPackages.hs', '-package=bytestring -package=base -Wunused-packages']) |