From d8bddabb8372d1c684d7cd7cf4bb04131acb9ff1 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Thu, 5 Jul 2012 20:02:06 +0300 Subject: Fix bug with .proto without messages (again), and add a test case for it. --- tests/no_messages.proto | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/no_messages.proto (limited to 'tests/no_messages.proto') diff --git a/tests/no_messages.proto b/tests/no_messages.proto new file mode 100644 index 00000000..279216b0 --- /dev/null +++ b/tests/no_messages.proto @@ -0,0 +1,7 @@ +/* Test that a file without any messages works. */ + +enum Test { + First = 1; +} + + -- cgit 1.2.3-korg