Skip to content
GitLab
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
a647d30c
Commit
a647d30c
authored
Apr 06, 2012
by
pcapriotti
Browse files
Add testcase for
#5948
.
parent
a312fd1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T5948.hs
0 → 100644
View file @
a647d30c
{-# LANGUAGE DataKinds, TypeOperators #-}
module
T5948
where
type
Foo
=
(
Int
'
:
'
[]
)
type
Bar
=
Int
'
:
'
[]
testsuite/tests/polykinds/all.T
View file @
a647d30c
...
...
@@ -31,5 +31,4 @@ test('T5881', normal, run_command, ['$MAKE -s --no-print-directory T5881'])
test
('
T5716
',
normal
,
compile_fail
,
[''])
test
('
T5937
',
normal
,
compile
,
[''])
test
('
T5935
',
normal
,
compile
,
[''])
test
('
T5948
',
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