aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-04-25 10:47:09 -0700
committerGitHub <noreply@github.com>2017-04-25 10:47:09 -0700
commit3c0855e94ac4cf6c3c2e899ac88acf4fa56e9770 (patch)
treee86de003e587f19554947ba4969c49f43602371b
parentfba2acd72e8cbf138912295df227ee2c914158c3 (diff)
downloadprotobuf-3c0855e94ac4cf6c3c2e899ac88acf4fa56e9770.tar.gz
protobuf-3c0855e94ac4cf6c3c2e899ac88acf4fa56e9770.tar.bz2
protobuf-3c0855e94ac4cf6c3c2e899ac88acf4fa56e9770.zip
Add a test case for nested enum, which was missed previously. (#3010)
-rw-r--r--php/tests/proto/test_no_namespace.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/tests/proto/test_no_namespace.proto b/php/tests/proto/test_no_namespace.proto
index 3dd76764..58f13d47 100644
--- a/php/tests/proto/test_no_namespace.proto
+++ b/php/tests/proto/test_no_namespace.proto
@@ -7,6 +7,7 @@ message NoNamespaceMessage {
ZERO = 0;
}
NestedEnum b = 2;
+ repeated NestedEnum c = 3;
}
enum NoNamespaceEnum {