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
a47b664f
Commit
a47b664f
authored
Aug 04, 2008
by
simonpj
Browse files
Test Trac 2433
parent
c4ff41d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_compile/T2433.hs
0 → 100644
View file @
a47b664f
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE DeriveDataTypeable #-}
-- Test Trac #2433
module
T2433
where
import
Data.Typeable
(
Typeable1
)
import
T2433_Help
(
T
)
deriving
instance
Typeable1
T
testsuite/tests/ghc-regress/typecheck/should_compile/T2433_Help.hs
0 → 100644
View file @
a47b664f
module
T2433_Help
where
data
T
a
=
MkT
a
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
View file @
a47b664f
...
...
@@ -273,6 +273,9 @@ test('faxen', normal, compile, [''])
test
('
T1495
',
normal
,
compile
,
[''])
test
('
T2045
',
normal
,
compile
,
[''])
# Needs -fhpc
test
('
T2478
',
normal
,
compile
,
[''])
test
('
T2433
',
extra_clean
(['
T2433_Help.hi
',
'
T2433_Help.o
']),
multimod_compile
,
['
T2433
',
'
-v0
'])
# Omitting temporarily
test
('
syn-perf
',
normal
,
compile
,
['
-fcontext-stack=30
'])
...
...
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