Only a few tests updated so far. Have to include all the rest before merging to mainline. Update issue 63 Status: Started
8 lines
83 B
Protocol Buffer
8 lines
83 B
Protocol Buffer
/* Test that a file without any messages works. */
|
|
|
|
enum Test {
|
|
First = 1;
|
|
}
|
|
|
|
|