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
b218900c
Commit
b218900c
authored
Dec 09, 2005
by
simonpj
Browse files
[project @ 2005-12-09 19:16:58 by simonpj]
A minor, probably redundant, test
parent
3c472c10
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_fail/all.T
View file @
b218900c
...
...
@@ -137,3 +137,4 @@ test('tcfail149', normal, compile_fail, [''])
test
('
tcfail150
',
normal
,
compile_fail
,
[''])
test
('
tcfail151
',
normal
,
compile_fail
,
[''])
test
('
tcfail152
',
normal
,
compile_fail
,
[''])
test
('
tcfail153
',
normal
,
compile_fail
,
[''])
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail153.hs
0 → 100644
View file @
b218900c
-- Killed a test compiler, so I thought it was worth including
module
ShouldFail
where
f
::
a
->
[
a
]
f
x
=
g
x
where
g
y
=
if
y
then
[]
else
[
y
]
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