Skip to content

Commit

Permalink
Add a test case for nested enum, which was missed previously. (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring committed Apr 25, 2017
1 parent fba2acd commit 3c0855e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/tests/proto/test_no_namespace.proto
Expand Up @@ -7,6 +7,7 @@ message NoNamespaceMessage {
ZERO = 0;
}
NestedEnum b = 2;
repeated NestedEnum c = 3;
}

enum NoNamespaceEnum {
Expand Down

0 comments on commit 3c0855e

Please sign in to comment.