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
c4ff41d3
Commit
c4ff41d3
authored
Aug 01, 2008
by
simonpj
Browse files
Test for Trac #2478
parent
c86fbff5
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_compile/T2478.hs
0 → 100644
View file @
c4ff41d3
{-# OPTIONS -fglasgow-exts #-}
module
ShouldCompile
where
data
Eq
t
=>
TrafoE
t
=
forall
env2
.
TrafoE
Int
t
newSRef
()
=
TrafoE
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
View file @
c4ff41d3
...
...
@@ -272,6 +272,7 @@ test('FD4', normal, compile, [''])
test
('
faxen
',
normal
,
compile
,
[''])
test
('
T1495
',
normal
,
compile
,
[''])
test
('
T2045
',
normal
,
compile
,
[''])
# Needs -fhpc
test
('
T2478
',
normal
,
compile
,
[''])
# 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