Add a test case for nested enum, which was missed previously. (#3010)

pull/3020/head
Paul Yang 8 years ago committed by GitHub
parent fba2acd72e
commit 3c0855e94a
  1. 1
      php/tests/proto/test_no_namespace.proto

@ -7,6 +7,7 @@ message NoNamespaceMessage {
ZERO = 0;
}
NestedEnum b = 2;
repeated NestedEnum c = 3;
}
enum NoNamespaceEnum {

Loading…
Cancel
Save