diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-03 12:16:15 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-03 12:16:15 +0100 |
commit | d3710922b55e0635e099ea10a3bf5ab2824e9fff (patch) | |
tree | 65779212255c410658e3fb4dfee56ae786420b8e /testsuite/tests/numeric/should_compile/all.T | |
parent | be98618a238a06fd92e02dfe483797c24cfc10a8 (diff) | |
download | haskell-d3710922b55e0635e099ea10a3bf5ab2824e9fff.tar.gz |
Trac #T7881 now works for hpc way again
As a result of fixing Trac #8384
Diffstat (limited to 'testsuite/tests/numeric/should_compile/all.T')
-rw-r--r-- | testsuite/tests/numeric/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_compile/all.T b/testsuite/tests/numeric/should_compile/all.T index a20c822d4a..01071c93e6 100644 --- a/testsuite/tests/numeric/should_compile/all.T +++ b/testsuite/tests/numeric/should_compile/all.T @@ -1,3 +1,3 @@ test('T7116', normal, run_command, ['$MAKE -s --no-print-directory T7116']) test('T7895', normal, compile, ['']) -test('T7881', [expect_broken_for('8384','hpc')], compile, ['']) +test('T7881', normal, compile, ['']) |