Fixed .proto -> .fbs translating type bytes incorrectly.

Change-Id: Idb607360123d12c73dd1e045305007120b12131b
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2017-08-14 14:45:29 -07:00
parent 00d726fc4c
commit 69776b9e7e
2 changed files with 19 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ table ProtoMessage {
/// doc comment for l on 2
/// lines
l:string (required);
m:string;
m:[ubyte];
n:_proto._test._ProtoMessage.OtherMessage;
o:[string];
z:_proto._test.ImportedMessage;