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
91132acd
Commit
91132acd
authored
May 15, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7906
parent
81058c95
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rename/should_fail/T7906.hs
0 → 100644
View file @
91132acd
module
T7906
where
class
Foo
f
where
foo
::
f
{-# INLINEABLE foo #-}
testsuite/tests/rename/should_fail/T7906.stderr
0 → 100644
View file @
91132acd
T7906.hs:5:16:
The INLINABLE pragma for ‛foo’ lacks an accompanying binding
(You cannot give a INLINABLE pragma for a record selector or class method)
testsuite/tests/rename/should_fail/all.T
View file @
91132acd
...
...
@@ -107,3 +107,4 @@ test('T7164', normal, compile_fail, [''])
test
('
T7338
',
normal
,
compile_fail
,
[''])
test
('
T7338a
',
normal
,
compile_fail
,
[''])
test
('
T7454
',
normal
,
compile
,
[''])
test
('
T7906
',
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