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
9ebd9d3b
Commit
9ebd9d3b
authored
Sep 20, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some tests
R=ken OCL=15598 CL=15598
parent
39a4b142
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
bug103.go
test/fixedbugs/bug103.go
+0
-0
golden.out
test/golden.out
+7
-1
chan.go
test/ken/chan.go
+4
-1
No files found.
test/bugs/bug103.go
→
test/
fixed
bugs/bug103.go
View file @
9ebd9d3b
File moved
test/golden.out
View file @
9ebd9d3b
=========== ./dialgoogle.go
/Users/r/go/pkg/net.a:4 dialgoogle.go:5: os is becoming a package behind your back
=========== ./helloworld.go
hello, world
...
...
@@ -277,10 +280,13 @@ fixedbugs/bug073.go:9: illegal types for operand: RSH
(<int32>INT32)
=========== fixedbugs/bug081.go
fixedbugs/bug081.go:5:
syntax error
fixedbugs/bug081.go:5:
x is var, not type
=========== fixedbugs/bug086.go
fixedbugs/bug086.go:5: function ends without a return statement
=========== fixedbugs/bug091.go
fixedbugs/bug091.go:14: label exit not defined
=========== fixedbugs/bug103.go
fixedbugs/bug103.go:8: function requires a return type
test/ken/chan.go
View file @
9ebd9d3b
...
...
@@ -262,6 +262,9 @@ main()
tests
(
10
);
tests
(
100
);
print
(
"tots="
,
tots
,
" totr="
,
totr
,
"
\n
"
);
if
tots
!=
totr
||
tots
!=
3648
{
print
(
"tots="
,
tots
,
" totr="
,
totr
,
"
\n
"
);
sys
.
exit
(
1
);
}
sys
.
exit
(
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