Commit 6973e381 authored by Rob Pike's avatar Rob Pike

update golden

fix a comment

SVN=125405
parent 03febb67
...@@ -518,7 +518,7 @@ out: ...@@ -518,7 +518,7 @@ out:
FLUSH(&s); FLUSH(&s);
} }
//func envv(i) string; // return argument i //func envv(i) string; // return environment variable i
void void
sys·envv(int32 i, string s) sys·envv(int32 i, string s)
{ {
......
...@@ -32,7 +32,7 @@ hello, world ...@@ -32,7 +32,7 @@ hello, world
=========== ./readfile.go =========== ./readfile.go
=========== ./sieve.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 BUG: known to fail incorrectly
=========== ./simasign.go =========== ./simasign.go
...@@ -149,7 +149,7 @@ bugs/bug025.go:7: fatal error: dumpexportvar: oname nil: Foo ...@@ -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 BUG: known to fail incorrectly or at least with a bad message
=========== bugs/bug026.go =========== bugs/bug026.go
initsig: main·sigs_I: not defined sys·printstring: main·sigs_I: not defined
BUG: known to fail incorrectly BUG: known to fail incorrectly
=========== bugs/bug027.go =========== bugs/bug027.go
...@@ -223,7 +223,7 @@ BUG: known to fail incorrectly ...@@ -223,7 +223,7 @@ BUG: known to fail incorrectly
=========== bugs/bug050.go =========== bugs/bug050.go
bugs/bug050.go:3: package statement must be first 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 BUG: segfault
=========== bugs/bug051.go =========== bugs/bug051.go
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment