Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a57f8a30
Commit
a57f8a30
authored
Aug 06, 2011
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename files and fix cleaning for GEq1
parent
7b04db1c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
testsuite/tests/generics/GEq/GEq1.hs
testsuite/tests/generics/GEq/GEq1.hs
+1
-1
testsuite/tests/generics/GEq/GEq1A.hs
testsuite/tests/generics/GEq/GEq1A.hs
+1
-1
testsuite/tests/generics/GEq/test.T
testsuite/tests/generics/GEq/test.T
+2
-1
No files found.
testsuite/tests/generics/GEq/
Main
.hs
→
testsuite/tests/generics/GEq/
GEq1
.hs
View file @
a57f8a30
...
...
@@ -3,7 +3,7 @@
module
Main
where
import
GHC.Generics
hiding
(
C
,
D
)
import
GEq
import
GEq
1A
-- We should be able to generate a generic representation for these types
...
...
testsuite/tests/generics/GEq/GEq.hs
→
testsuite/tests/generics/GEq/GEq
1A
.hs
View file @
a57f8a30
{-# LANGUAGE TypeOperators, DefaultSignatures, FlexibleContexts, FlexibleInstances #-}
module
GEq
where
module
GEq
1A
where
import
GHC.Generics
...
...
testsuite/tests/generics/GEq/test.T
View file @
a57f8a30
setTestOpts
(
only_compiler_types
(['
ghc
']))
test
('
GEq1
',
normal
,
multimod_compile_and_run
,
['
Main
',
''])
test
('
GEq1
',
extra_clean
(['
GEq1A.hi
',
'
GEq1A.o
']),
multimod_compile_and_run
,
['
GEq1
',
''])
test
('
GEq2
',
normal
,
multimod_compile_and_run
,
['
GEq2
',
''])
\ No newline at end of file
Write
Preview
Markdown
is supported
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