summaryrefslogtreecommitdiff
path: root/test/runtime.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+1
2010-01-30New gccgo error message; match both compilers with one string.Ian Lance Taylor1-1/+1
8g: runtime.go:19: cannot refer to unexported name runtime.printbool gccgo: runtime.go:19:10: error: invalid reference to unexported identifier ‘runtime.printbool’ R=rsc CC=golang-dev http://codereview.appspot.com/194157
2009-11-02Recognize gccgo error message.Ian Lance Taylor1-1/+1
runtime.go:19:10: error: reference to undefined identifier ‘runtime.printbool’ R=rsc http://go/go-review/1018018
2009-10-15rename sys functions to runtime,Russ Cox1-0/+20
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824