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
24c800cd
Commit
24c800cd
authored
Apr 08, 2008
by
simonmarhaskell@gmail.com
Browse files
add -v0 to Over, we don't care in which order the modules are loaded
parent
28fcbe4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_fail/Over.stderr
View file @
24c800cd
[1 of 4] Compiling OverA ( OverA.hs, OverA.o )
[2 of 4] Compiling OverC ( OverC.hs, OverC.o )
[3 of 4] Compiling OverB ( OverB.hs, OverB.o )
[4 of 4] Compiling OverD ( OverD.hs, OverD.o )
OverB.hs:7:14:
Conflicting family instance declarations:
...
...
testsuite/tests/ghc-regress/indexed-types/should_fail/all.T
View file @
24c800cd
...
...
@@ -29,7 +29,7 @@ test('TyFamUndec', 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
'])
test
('
Over
',
normal
,
multimod_compile_fail
,
['
OverD
',
'
-no-hs-main -no-link
-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