Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a038b724
Commit
a038b724
authored
Nov 11, 2015
by
Matthew Pickering
Browse files
Remove redundant test.
ExportSyntaxImport will fail if this test would have ever failed.
parent
63cad5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/patsyn/should_compile/all.T
View file @
a038b724
...
...
@@ -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
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment