commit | 9caa5b9098cb29e0c532953b3bf65ec2ccc4697c | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue May 11 16:04:57 2010 -0700 |
committer | Rob Pike <r@golang.org> | Tue May 11 16:04:57 2010 -0700 |
tree | 05b7b5df6b0e31a6b30981a2d347b6e66e49bde1 | |
parent | f90e3384c5b0d057b77c646eba33898dd7fe8e3c [diff] [blame] |
proto: update the library to be in sync with Google's internal code. R=rsc CC=golang-dev http://codereview.appspot.com/1158043
diff --git a/proto/all_test.go b/proto/all_test.go index 83a0638..10e2297 100644 --- a/proto/all_test.go +++ b/proto/all_test.go
@@ -975,6 +975,7 @@ } } + // Test that enums work. Checks for a bug introduced by making enums // named types instead of int32: newInt32FromUint64 would crash with // a type mismatch in reflect.PointTo.