]> Cypherpunks repositories - gostls13.git/commitdiff
update golden
authorRob Pike <r@golang.org>
Mon, 30 Jun 2008 23:30:53 +0000 (16:30 -0700)
committerRob Pike <r@golang.org>
Mon, 30 Jun 2008 23:30:53 +0000 (16:30 -0700)
fix a comment

SVN=125405

src/runtime/runtime.c
test/golden.out

index 1807e63f3feac620ca056c387280fa50346eabb6..c4ff5f245d76b194ed17b12c5a05af0a81da3129 100644 (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)
 {
index f2ea7592a80a2873f23bd92e6fa54835236e4631..9f55668b6ce8131157eec5ffa5f27813a3a1a0bc 100644 (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