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
92543daf
Commit
92543daf
authored
Aug 25, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change reflect test to avoid bug132
R=gri DELTA=20 (17 added, 0 deleted, 3 changed) OCL=33793 CL=33802
parent
8c253bca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
all_test.go
src/pkg/reflect/all_test.go
+20
-3
No files found.
src/pkg/reflect/all_test.go
View file @
92543daf
...
...
@@ -841,8 +841,17 @@ type FTest struct {
value
int
;
}
type
D1
struct
{
d
int
;
}
type
D2
struct
{
d
int
;
}
type
S0
struct
{
a
,
b
,
c
,
d
,
d
int
;
a
,
b
,
c
int
;
D1
;
D2
;
}
type
S1
struct
{
...
...
@@ -855,11 +864,19 @@ type S2 struct {
*
S1
;
}
type
S
3
struct
{
type
S
1x
struct
{
S1
;
}
type
S1y
struct
{
S1
;
}
type
S3
struct
{
S1x
;
S2
;
d
,
e
int
;
*
S1
;
*
S1
y
;
}
type
S4
struct
{
...
...
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