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
8eef271c
Commit
8eef271c
authored
May 09, 2013
by
jpm@cs.ox.ac.uk
Browse files
Add test for T7878
parent
a9f00a6e
Changes
5
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/generics/T7878.hs
0 → 100644
View file @
8eef271c
module
T7878C
where
import
T7878A
testsuite/tests/generics/T7878A.hs
0 → 100644
View file @
8eef271c
{-# LANGUAGE DeriveGeneric #-}
module
T7878A
where
import
T7878B
import
GHC.Generics
data
Test
deriving
Generic
testsuite/tests/generics/T7878A.hs-boot
0 → 100644
View file @
8eef271c
module
T7878A
where
data
Test
-- The panic occurs regardless of whether this line is included
testsuite/tests/generics/T7878B.hs
0 → 100644
View file @
8eef271c
module
T7878B
where
import
{-#
SOURCE
#-
}
T7878A
testsuite/tests/generics/all.T
View file @
8eef271c
...
...
@@ -24,4 +24,9 @@ test('GenCannotDoRep1_4', normal, compile_fail, [''])
test
('
GenCannotDoRep1_5
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep1_6
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep1_7
',
normal
,
compile_fail
,
[''])
test
('
GenCannotDoRep1_8
',
normal
,
compile_fail
,
[''])
\ No newline at end of file
test
('
GenCannotDoRep1_8
',
normal
,
compile_fail
,
[''])
test
('
T7878
',
extra_clean
(['
T7878A.o
'
,'
T7878A.hi
'
,'
T7878A.o-boot
','
T7878A.hi-boot
'
,'
T7878B.o
'
,'
T7878B.hi
']),
multimod_compile
,
['
T7878
',
'
-v0
'])
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