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
adf1df0b
Commit
adf1df0b
authored
Jan 18, 2006
by
simonpj
Browse files
[project @ 2006-01-18 15:25:45 by simonpj]
Add test for data con in class sig
parent
fa931a07
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/should_fail/all.T
View file @
adf1df0b
...
...
@@ -37,3 +37,4 @@ test('read027', expect_fail_if_compiler_type('ghc'), compile_fail, [''])
test
('
read028
',
normal
,
compile_fail
,
[''])
test
('
read029
',
normal
,
compile_fail
,
[''])
test
('
read030
',
normal
,
compile_fail
,
[''])
test
('
read031
',
normal
,
compile_fail
,
[''])
testsuite/tests/ghc-regress/parser/should_fail/read031.hs
0 → 100644
View file @
adf1df0b
module
ShouldFail
where
class
Foo
o
where
(
:+
)
::
o
->
o
->
o
testsuite/tests/ghc-regress/parser/should_fail/read031.stderr
0 → 100644
View file @
adf1df0b
\ No newline at end of file
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