Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ara Adkins
Glasgow Haskell Compiler
Commits
8d89d80d
Commit
8d89d80d
authored
Sep 17, 2015
by
Thomas Miedema
Browse files
Testsuite: add test for #10781
parent
e66daeca
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rename/should_fail/T10781.hs
0 → 100644
View file @
8d89d80d
module
T10781
where
{- ghc-7.10.2 reported:
T10781.hs:6:5:
Found hole ‘_name’ with type: t
Where: ‘t’ is a rigid type variable bound by
the inferred type of f :: t at T10781.hs:6:1
Relevant bindings include f :: t (bound at T10781.hs:6:1)
In the expression: Foo._name
In an equation for ‘f’: f = Foo._name
-}
f
=
Foo
.
_name
testsuite/tests/rename/should_fail/T10781.stderr
0 → 100644
View file @
8d89d80d
T10781.hs:12:5: error: Not in scope: ‘Foo._name’
testsuite/tests/rename/should_fail/all.T
View file @
8d89d80d
...
...
@@ -137,3 +137,4 @@ test('T9032',
test
('
T10618
',
normal
,
compile_fail
,
[''])
test
('
T10668
',
normal
,
compile_fail
,
[''])
test
('
T5001b
',
normal
,
compile_fail
,
[''])
test
('
T10781
',
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