[commit: ghc] master: Remove redundant test. (a038b72)

git at git.haskell.org git at git.haskell.org
Wed Nov 11 15:56:48 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a038b724a862cec63ed254a90c6df7f6b873ee45/ghc

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

commit a038b724a862cec63ed254a90c6df7f6b873ee45
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Wed Nov 11 15:44:56 2015 +0000

    Remove redundant test.
    
    ExportSyntaxImport will fail if this test would have ever failed.


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

a038b724a862cec63ed254a90c6df7f6b873ee45
 testsuite/tests/patsyn/should_compile/all.T | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/tests/patsyn/should_compile/all.T b/testsuite/tests/patsyn/should_compile/all.T
index 8000d23..b35fd38 100644
--- a/testsuite/tests/patsyn/should_compile/all.T
+++ b/testsuite/tests/patsyn/should_compile/all.T
@@ -35,7 +35,6 @@ test('records-prov-req', normal, compile, [''])
 test('records-req-only', normal, compile, [''])
 test('pat-syn-bundle', [extra_clean(['BundleInternal1.hi', 'BundleInternal1.o'])], multimod_compile, ['Bundle1', '-v0'])
 test('pat-syn-trans-bundle', [extra_clean(['Bundle.hi', 'Bundle.o', 'BundleInternal.hi', 'BundleInternal.o'])], multimod_compile, ['TransBundle', '-v0'])
-test('ExportSyntax', normal, compile, [''])
 test('ExportSyntaxImport', [extra_clean(['ExportSyntax.hi', 'ExportSyntax.o'])], multimod_compile, ['ExportSyntaxImport', '-v0'])
 test('poly-export', normal, compile, [''])
 test('poly-export2', normal, compile, [''])



More information about the ghc-commits mailing list