Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
ea056902
Commit
ea056902
authored
Jul 28, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tests
R=gri OCL=13516 CL=13516
parent
c1736ed6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
bug033.go
test/bugs/bug033.go
+0
-11
bug010.go
test/fixedbugs/bug010.go
+1
-1
No files found.
test/bugs/bug033.go
deleted
100644 → 0
View file @
c1736ed6
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// $G $D/$F.go && echo BUG: compilation succeeds incorrectly
package
main
type
Iputs
interface
{
puts
func
(
s
string
);
// BUG no func allowed
}
test/bugs/bug010.go
→
test/
fixed
bugs/bug010.go
View file @
ea056902
...
...
@@ -7,7 +7,7 @@
package
main
func
f
(
)
(
i
int
,
f
float
)
{
func
f
(
i
int
,
f
float
)
{
i
=
8
;
f
=
8.0
;
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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