diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-04-22 11:07:37 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-04-22 11:08:19 +0200 |
commit | 1bb1ff2253a7f235f7ef45b06321b104c0365d99 (patch) | |
tree | ffd5d91caf2ca14a4c27b23a27115cef5dac5937 /testsuite/tests/stranal | |
parent | c0b5adbd1a04dd1c7916c1240e50a936e826136d (diff) | |
download | haskell-1bb1ff2253a7f235f7ef45b06321b104c0365d99.tar.gz |
Mark T8743 as passing
as Simons recent commit 9b9fc4c732baab126b057b4031bebcbd67d6e348 fixed
this.
Diffstat (limited to 'testsuite/tests/stranal')
-rw-r--r-- | testsuite/tests/stranal/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T index eae3ba01b3..35f22a1511 100644 --- a/testsuite/tests/stranal/should_compile/all.T +++ b/testsuite/tests/stranal/should_compile/all.T @@ -18,7 +18,7 @@ test('newtype', req_profiling, compile, ['-prof -auto-all']) test('T1988', normal, compile, ['']) test('T8467', normal, compile, ['']) test('T8037', normal, compile, ['']) -test('T8743', [ extra_clean(['T8743.o-boot', 'T8743.hi-boot']), expect_broken(10182) ], multimod_compile, ['T8743', '-v0']) +test('T8743', extra_clean(['T8743.o-boot', 'T8743.hi-boot']), multimod_compile, ['T8743', '-v0']) test('T9208', when(compiler_debugged(), expect_broken(9208)), compile, ['']) # T9208 fails (and should do so) if you have assertion checking on in the compiler |