summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2015-11-11 15:44:56 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2015-11-11 15:56:31 +0000
commita038b724a862cec63ed254a90c6df7f6b873ee45 (patch)
tree5130ba1c83d0a49df6e750f61cd091df8fbdfd5f
parent63cad5d440899615f393353e6262221731701003 (diff)
downloadhaskell-a038b724a862cec63ed254a90c6df7f6b873ee45.tar.gz
Remove redundant test.
ExportSyntaxImport will fail if this test would have ever failed.
-rw-r--r--testsuite/tests/patsyn/should_compile/all.T1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_compile/all.T b/testsuite/tests/patsyn/should_compile/all.T
index 8000d2379a..b35fd385bf 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, [''])