Repository : ssh://g...@git.haskell.org/testsuite On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/c340764cfe3ba84fb2722e7c6638121108c46aee/testsuite
>--------------------------------------------------------------- commit c340764cfe3ba84fb2722e7c6638121108c46aee Author: Simon Peyton Jones <simo...@microsoft.com> Date: Thu Oct 3 12:16:15 2013 +0100 Trac #T7881 now works for hpc way again As a result of fixing Trac #8384 >--------------------------------------------------------------- c340764cfe3ba84fb2722e7c6638121108c46aee tests/numeric/should_compile/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/numeric/should_compile/all.T b/tests/numeric/should_compile/all.T index a20c822..01071c9 100644 --- a/tests/numeric/should_compile/all.T +++ b/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, ['']) _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits