Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b56af6eb
Commit
b56af6eb
authored
Jul 05, 2011
by
Ian Lynagh
Browse files
Remove GenDeprecated test
The Generics extension is no longer supported.
parent
d01c1c8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/generics/GenDeprecated.hs
deleted
100644 → 0
View file @
d01c1c8d
{-# LANGUAGE Generics #-}
module
GenDeprecated
where
testsuite/tests/ghc-regress/generics/all.T
View file @
b56af6eb
...
...
@@ -2,7 +2,6 @@ setTestOpts(only_compiler_types(['ghc']))
test
('
GenCanDoRep0
',
normal
,
compile
,
[''])
test
('
GenDeprecated
',
normal
,
compile
,
[''])
test
('
GenShouldFail0
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep0
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep1
',
normal
,
compile_fail
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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