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
ee414c0d
Commit
ee414c0d
authored
Jun 14, 2008
by
Ian Lynagh
Browse files
Avoid using deprecated flags
parent
15b0f99e
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
View file @
ee414c0d
...
...
@@ -28,7 +28,7 @@ test('Simple23', normal, compile, [''])
test
('
ind1
',
normal
,
compile
,
[''])
test
('
ind2
',
normal
,
multimod_compile
,
['
ind2
',
'
-v0
'])
test
('
impexp
',
normal
,
multimod_compile
,
['
Imp
',
'
-
Wnot
-no-hs-main -
no-link
'])
['
Imp
',
'
-
w
-no-hs-main -
c
'])
clean
(['
Ind2_help.hi
',
'
Ind2_help.o
',
'
Exp.hi
',
'
Imp.o
'])
test
('
ATLoop
',
normal
,
multimod_compile
,
['
ATLoop
','
-v0
'])
...
...
testsuite/tests/ghc-regress/indexed-types/should_fail/all.T
View file @
ee414c0d
...
...
@@ -30,7 +30,7 @@ test('T2334', normal, compile_fail, [''])
test
('
GADTwrong1
',
if_compiler_lt
('
ghc
',
'
6.9
',
expect_fail
),
compile_fail
,
[''])
test
('
Over
',
normal
,
multimod_compile_fail
,
['
OverD
',
'
-no-hs-main -
no-link
-v0
'])
test
('
Over
',
normal
,
multimod_compile_fail
,
['
OverD
',
'
-no-hs-main -
c
-v0
'])
clean
(['
OverA.hi
',
'
OverA.o
',
'
OverB.hi
',
'
OverB.o
',
'
OverC.hi
',
'
OverC.o
'])
test
('
SkolemOccursLoop
',
if_compiler_lt
('
ghc
',
'
6.9
',
skip
),
compile_fail
,
[''])
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