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
994a9db6
Commit
994a9db6
authored
May 19, 2006
by
simonpj
Browse files
Add test for infix function definitions
parent
f78c349f
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_fail/all.T
View file @
994a9db6
...
...
@@ -46,3 +46,4 @@ test('rnfail042', normal, compile_fail, [''])
test
('
rnfail043
',
skip_if_no_ghci
,
compile_fail
,
[''])
test
('
rnfail044
',
normal
,
compile_fail
,
[''])
test
('
rnfail045
',
normal
,
compile_fail
,
[''])
testsuite/tests/ghc-regress/rename/should_fail/rnfail045.hs
0 → 100644
View file @
994a9db6
-- These crashed GHC 6.4.2
module
ShouldFail
where
x
`
op1
`
y
=
True
op1
x
=
False
op2
x
=
False
x
`
op2
`
y
=
True
testsuite/tests/ghc-regress/rename/should_fail/rnfail045.stderr
0 → 100644
View file @
994a9db6
rnfail045.hs:5:0:
Equations for `op1' have different numbers of arguments
rnfail045.hs:5:0-15
rnfail045.hs:6:0-12
rnfail045.hs:8:0:
Equations for `op2' have different numbers of arguments
rnfail045.hs:8:0-12
rnfail045.hs:9:0-15
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