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
60ce42c5
Commit
60ce42c5
authored
Feb 20, 2007
by
simonpj
Browse files
Test for Trac
#1128
parent
0e209896
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_compile/all.T
View file @
60ce42c5
...
...
@@ -53,6 +53,8 @@ test('rn049', normal, compile, ['-W'])
test
('
rn050
',
normal
,
multimod_compile
,
['
rn050
',
'
-v0
'])
clean
(['
Rn050_A.hi
',
'
Rn050_A.o
'])
test
('
rn051
',
normal
,
compile
,
[''])
test
('
timing001
',
normal
,
compile
,
[''])
test
('
timing002
',
normal
,
compile
,
[''])
test
('
timing003
',
normal
,
compile
,
[''])
testsuite/tests/ghc-regress/rename/should_compile/rn051.hs
0 → 100644
View file @
60ce42c5
{-# OPTIONS -fno-implicit-prelude #-}
-- This one crashed GHC 6.6 in lookupDeprec
-- See Trac #1128
-- and Note [Used names with interface not loaded]
-- in RnNames
module
ShouldCompile
where
import
Prelude
foo
::
Int
->
Float
foo
x
=
3.0
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