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
6973e381
Commit
6973e381
authored
Jun 30, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update golden
fix a comment SVN=125405
parent
03febb67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
runtime.c
src/runtime/runtime.c
+1
-1
golden.out
test/golden.out
+3
-3
No files found.
src/runtime/runtime.c
View file @
6973e381
...
...
@@ -518,7 +518,7 @@ out:
FLUSH
(
&
s
);
}
//func envv(i) string; // return
argument
i
//func envv(i) string; // return
environment variable
i
void
sys
·
envv
(
int32
i
,
string
s
)
{
...
...
test/golden.out
View file @
6973e381
...
...
@@ -32,7 +32,7 @@ hello, world
=========== ./readfile.go
=========== ./sieve.go
sieve.go:8: fatal error: walktype: switch 1 unknown op SEND l(
176
)
sieve.go:8: fatal error: walktype: switch 1 unknown op SEND l(
201
)
BUG: known to fail incorrectly
=========== ./simasign.go
...
...
@@ -149,7 +149,7 @@ bugs/bug025.go:7: fatal error: dumpexportvar: oname nil: Foo
BUG: known to fail incorrectly or at least with a bad message
=========== bugs/bug026.go
initsi
g: main·sigs_I: not defined
sys·printstrin
g: main·sigs_I: not defined
BUG: known to fail incorrectly
=========== bugs/bug027.go
...
...
@@ -223,7 +223,7 @@ BUG: known to fail incorrectly
=========== bugs/bug050.go
bugs/bug050.go:3: package statement must be first
sys.6:1 bugs/bug050.go:
2
: syntax error
sys.6:1 bugs/bug050.go:
3
: syntax error
BUG: segfault
=========== bugs/bug051.go
...
...
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