[commit: base] master: unbreak qsem001/qsemn001 (5c34c02)
Simon Marlow <[email protected]> Thu, 13 Dec 2012 01:19:04 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master http://hackage.haskell.org/trac/ghc/changeset/5c34c0217eae38c0fcd598ce48503777eafb7901 >--------------------------------------------------------------- commit 5c34c0217eae38c0fcd598ce48503777eafb7901 Author: Simon Marlow <[email protected]> Date: Thu Dec 13 09:18:55 2012 +0000 unbreak qsem001/qsemn001 >--------------------------------------------------------------- tests/all.T | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/all.T b/tests/all.T index 4cd1d0f..8e11cf2 100644 --- a/tests/all.T +++ b/tests/all.T @@ -119,5 +119,5 @@ test('5943', normal, compile_and_run, ['']) test('T5962', normal, compile_and_run, ['']) test('T7034', normal, compile_and_run, ['']) -test('qsem001', expect_broken(7497), compile_and_run, ['']) -test('qsemn001', expect_broken(7497), compile_and_run, ['']) +test('qsem001', normal, compile_and_run, ['']) +test('qsemn001', normal, compile_and_run, [''])