Fix bug with .proto without messages (again), and add a test case for it.

This commit is contained in:
Petteri Aimonen
2012-07-05 20:02:06 +03:00
parent 01a1556898
commit d8bddabb83
3 changed files with 19 additions and 10 deletions

7
tests/no_messages.proto Normal file
View File

@@ -0,0 +1,7 @@
/* Test that a file without any messages works. */
enum Test {
First = 1;
}