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
Alex D
GHC
Commits
ce9b6345
Commit
ce9b6345
authored
Jul 06, 2007
by
simonpj
Browse files
tcfail093 should succeed
parent
477fba6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_fail/all.T
View file @
ce9b6345
...
...
@@ -78,7 +78,7 @@ test('tcfail089', normal, compile_fail, [''])
test
('
tcfail090
',
only_compiler_types
(['
ghc
']),
compile_fail
,
[''])
test
('
tcfail091
',
normal
,
compile_fail
,
[''])
test
('
tcfail092
',
normal
,
compile_fail
,
[''])
test
('
tcfail093
',
normal
,
compile
_fail
,
[''])
test
('
tcfail093
',
normal
,
compile
,
[''])
test
('
tcfail094
',
normal
,
compile_fail
,
[''])
test
('
tcfail095
',
only_compiler_types
(['
ghc
']),
compile_fail
,
[''])
test
('
tcfail096
',
normal
,
compile_fail
,
[''])
...
...
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail093.hs
View file @
ce9b6345
...
...
@@ -8,6 +8,9 @@ module ShouldFail where
-- "basicTypes/Var.lhs:194: Non-exhaustive patterns in function readMutTyVar"
-- Reported by Thomas Hallgren Nov 00
-- July 07: I'm changing this from "should fail" to "should succeed"
-- See Note [Important subtlety in oclose] in FunDeps
primDup
::
Int
->
IO
Int
primDup
=
undefined
...
...
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