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
3a596be3
Commit
3a596be3
authored
May 28, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7943
parent
02e0df0a
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rename/should_fail/T7943.hs
0 → 100644
View file @
3a596be3
module
T7943
where
data
Foo
=
A
{
bar
::
String
}
|
B
String
{
bar
::
String
}
testsuite/tests/rename/should_fail/T7943.stderr
0 → 100644
View file @
3a596be3
T7943.hs:4:22: Record syntax is illegal here: {bar :: String}
testsuite/tests/rename/should_fail/all.T
View file @
3a596be3
...
...
@@ -109,3 +109,4 @@ test('T7338a', normal, compile_fail, [''])
test
('
T7454
',
normal
,
compile
,
[''])
test
('
T7906
',
normal
,
compile_fail
,
[''])
test
('
T7937
',
normal
,
compile_fail
,
[''])
test
('
T7943
',
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