Sync changes to golden output that was somehow missed in 387ab631eb.
R=r, r2
CC=golang-dev
http://codereview.appspot.com/4041041
diff --git a/proto/testdata/test.pb.go b/proto/testdata/test.pb.go
index a1fe1de..eaed281 100644
--- a/proto/testdata/test.pb.go
+++ b/proto/testdata/test.pb.go
@@ -4,10 +4,12 @@
package test_proto
import proto "goprotobuf.googlecode.com/hg/proto"
+import "math"
import "os"
-// Reference proto & os imports to suppress error if it's not otherwise used.
+// Reference proto, math & os imports to suppress error if they are not otherwise used.
var _ = proto.GetString
+var _ = math.Inf
var _ os.Error
type FOO int32