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
22dd0ba9
Commit
22dd0ba9
authored
Oct 20, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go/ast, go/token: actually run tests; fix go/ast test
R=gri CC=golang-dev
https://golang.org/cl/5292048
parent
9e1a2adf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
Makefile
src/pkg/Makefile
+0
-2
print_test.go
src/pkg/go/ast/print_test.go
+4
-4
No files found.
src/pkg/Makefile
View file @
22dd0ba9
...
...
@@ -203,9 +203,7 @@ NOTEST+=\
exp/gui
\
exp/gui/x11
\
exp/sql/driver
\
go/ast
\
go/doc
\
go/token
\
hash
\
http/pprof
\
http/httptest
\
...
...
src/pkg/go/ast/print_test.go
View file @
22dd0ba9
...
...
@@ -41,10 +41,10 @@ var tests = []struct {
4 }`
},
// structs
{
struct
{
x
,
y
int
}{
42
,
991
},
`0 struct {
x int; y
int } {
1 .
x
: 42
2 .
y
: 991
{
struct
{
X
,
Y
int
}{
42
,
991
},
`0 struct {
X int; Y
int } {
1 .
X
: 42
2 .
Y
: 991
3 }`
},
}
...
...
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