Commit 3c0855e9 authored by Paul Yang's avatar Paul Yang Committed by GitHub

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

parent fba2acd7
......@@ -7,6 +7,7 @@ message NoNamespaceMessage {
ZERO = 0;
}
NestedEnum b = 2;
repeated NestedEnum c = 3;
}
enum NoNamespaceEnum {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment