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
63d7047a
Commit
63d7047a
authored
Jun 06, 2014
by
Sjoerd Visscher
Browse files
Added testcase for #9069
parent
3bdc78b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/deriving/should_compile/T9069.hs
0 → 100644
View file @
63d7047a
{-# LANGUAGE DeriveTraversable #-}
module
T9069
where
import
Data.Foldable
import
Data.Traversable
data
Trivial
a
=
Trivial
a
deriving
(
Functor
,
Foldable
,
Traversable
)
\ No newline at end of file
testsuite/tests/deriving/should_compile/all.T
View file @
63d7047a
...
...
@@ -50,3 +50,4 @@ test('T8893', normal, compile, [''])
test
('
T8950
',
expect_broken
(
8950
),
compile
,
[''])
test
('
T8963
',
normal
,
compile
,
[''])
test
('
T7269
',
normal
,
compile
,
[''])
test
('
T9069
',
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