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
02e0df0a
Commit
02e0df0a
authored
May 28, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7937
parent
28207fb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rename/should_fail/T7937.hs
0 → 100644
View file @
02e0df0a
module
T7937
where
-- Without this operator definition, a precedence parsing error is reported.
-- Perhaps the default precedence is being assumed for the unknown operator?
-- That seems wrong, since there's no way to know what the precedence will be when
-- the operator is defined as the programmer intended.
foo
=
3
>
4
***
5
==
6
testsuite/tests/rename/should_fail/T7937.stderr
0 → 100644
View file @
02e0df0a
T7937.hs:8:13:
Not in scope: ‛***’
Perhaps you meant ‛**’ (imported from Prelude)
testsuite/tests/rename/should_fail/all.T
View file @
02e0df0a
...
...
@@ -108,3 +108,4 @@ test('T7338', normal, compile_fail, [''])
test
('
T7338a
',
normal
,
compile_fail
,
[''])
test
('
T7454
',
normal
,
compile
,
[''])
test
('
T7906
',
normal
,
compile_fail
,
[''])
test
('
T7937
',
normal
,
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