diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-12 13:27:56 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-12 13:27:56 +0300 |
commit | 936cfdc675c2dc3580c2459e8b1773a1d0bf9a8b (patch) | |
tree | 3337c87f74cb16b66ef4b5dda501ce0cc9392bc1 /tests/multiple_files/callbacks2.proto | |
parent | 708084e7883a95dd7fd315cdc909f6664491c043 (diff) |
Expand the multiple_files test case to include oneofs and enums
Diffstat (limited to 'tests/multiple_files/callbacks2.proto')
-rw-r--r-- | tests/multiple_files/callbacks2.proto | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/multiple_files/callbacks2.proto b/tests/multiple_files/callbacks2.proto deleted file mode 100644 index 9a55e15a..00000000 --- a/tests/multiple_files/callbacks2.proto +++ /dev/null @@ -1,9 +0,0 @@ -// Test if including generated header file for this file + implicit include of -// callbacks.pb.h still compiles. Used with test_compiles.c. -import "callbacks.proto"; - -message Callback2Message { - required TestMessage tstmsg = 1; - required SubMessage submsg = 2; -} - |