update golden

fix a comment

SVN=125405
This commit is contained in:
Rob Pike 2008-06-30 16:30:53 -07:00
parent 03febb6773
commit 6973e3813f
2 changed files with 4 additions and 4 deletions

View file

@ -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)
{

View file

@ -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
initsig: main·sigs_I: not defined
sys·printstring: 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