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
91790aa0
Commit
91790aa0
authored
Oct 26, 2012
by
Simon Peyton Jones
Browse files
Another test for Trac
#7338
, duplicate type sigs
parent
043fddf1
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rename/should_fail/T7338a.hs
0 → 100644
View file @
91790aa0
module
T7338a
where
a
,
b
::
Int
a
=
undefined
b
=
undefined
c
,
a
::
Int
c
=
undefined
c
,
d
::
Int
d
=
undefined
\ No newline at end of file
testsuite/tests/rename/should_fail/T7338a.stderr
0 → 100644
View file @
91790aa0
T7338a.hs:7:4:
Duplicate type signatures for `a'
at T7338a.hs:3:1
T7338a.hs:7:4
T7338a.hs:10:1:
Duplicate type signatures for `c'
at T7338a.hs:7:1
T7338a.hs:10:1
testsuite/tests/rename/should_fail/all.T
View file @
91790aa0
...
...
@@ -105,3 +105,4 @@ test('T6060', normal, compile_fail, [''])
test
('
T6148
',
normal
,
compile_fail
,
[''])
test
('
T7164
',
normal
,
compile_fail
,
[''])
test
('
T7338
',
normal
,
compile_fail
,
[''])
test
('
T7338a
',
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