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
86e35a96
Commit
86e35a96
authored
Mar 11, 2011
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go/typechecker: fix build
R=rsc CC=golang-dev
https://golang.org/cl/4278043
parent
7664ec39
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test1.src
src/pkg/go/typechecker/testdata/test1.src
+1
-1
test4.src
src/pkg/go/typechecker/testdata/test4.src
+1
-1
No files found.
src/pkg/go/typechecker/testdata/test1.src
View file @
86e35a96
...
...
@@ -7,7 +7,7 @@
package
P1
const
(
c1
/*
ERROR
"missing initializer"
*/
c1
=
0
c2
int
=
0
c3
,
c4
=
0
)
src/pkg/go/typechecker/testdata/test4.src
View file @
86e35a96
...
...
@@ -7,5 +7,5 @@
package
P4
const
(
c0
/*
ERROR
"missing initializer"
*/
c0
=
0
)
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