diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-22 11:35:30 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-22 11:48:25 -0500 |
commit | c347a121b07d22fb91172337407986b6541e319d (patch) | |
tree | 8c5c99e4ab1772084dcdd7633022392eb4e1a5b7 /testsuite/tests/cabal | |
parent | c8d995db5d743358b0583fe97f8113bf9047641e (diff) | |
download | haskell-c347a121b07d22fb91172337407986b6541e319d.tar.gz |
Revert recent submodule bumps
They broke everything and the solution will be non-trivial.
This reverts commit 8ccbc2e5252abd4fa67d155d4fff489ee9929906.
This reverts commit c8d995db5d743358b0583fe97f8113bf9047641e.
This reverts commit 7153370288e6075c4f8c996ff02227e48805da06.
Diffstat (limited to 'testsuite/tests/cabal')
-rw-r--r-- | testsuite/tests/cabal/cabal08/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/cabal08/all.T b/testsuite/tests/cabal/cabal08/all.T index 914196bba0..3aaf185828 100644 --- a/testsuite/tests/cabal/cabal08/all.T +++ b/testsuite/tests/cabal/cabal08/all.T @@ -4,6 +4,6 @@ else: cleanup = 'CLEANUP=0' test('cabal08', - expect_broken(13313), + normal, run_command, ['$MAKE -s --no-print-directory cabal08 ' + cleanup]) |