[commit: ghc] ghc-8.0: Add missing test from D2545 (7643c14)

git at git.haskell.org git at git.haskell.org
Mon Oct 10 15:00:32 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/7643c14951e2c6115b9bc0797899ebb4d3897ebe/ghc

>---------------------------------------------------------------

commit 7643c14951e2c6115b9bc0797899ebb4d3897ebe
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Sat Oct 1 17:55:26 2016 -0400

    Add missing test from D2545
    
    This was somehow dropped from the original merge.
    
    Differential Revision: https://phabricator.haskell.org/D2545
    
    GHC Trac Issues: #12615
    
    (cherry picked from commit 1851349acd9e73f1c18d68f70d5cf7b46a843cb5)


>---------------------------------------------------------------

7643c14951e2c6115b9bc0797899ebb4d3897ebe
 testsuite/tests/patsyn/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/patsyn/should_compile/all.T b/testsuite/tests/patsyn/should_compile/all.T
index 0300915..9841462 100644
--- a/testsuite/tests/patsyn/should_compile/all.T
+++ b/testsuite/tests/patsyn/should_compile/all.T
@@ -57,4 +57,4 @@ test('T12489', normal, compile, [''])
 test('T11959', expect_broken(11959), multimod_compile, ['T11959', '-v0'])
 test('T12615', normal, compile, [''])
 test('T11987', normal, multimod_compile, ['T11987', '-v0'])
-
+test('T12615', normal, compile, [''])



More information about the ghc-commits mailing list