summaryrefslogtreecommitdiffstats
path: root/tests/calendar.fbs
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-06 02:22:51 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-06 02:22:51 +0100
commit165312053bec1d36b161088258e97cf2eaa1ca54 (patch)
tree4f1010eb6e5cdb074e746f65000a8c254c87a665 /tests/calendar.fbs
parent0818f3de0fe44ad53358fafd57c6d7dea729d319 (diff)
downloadsink-165312053bec1d36b161088258e97cf2eaa1ca54.tar.gz
sink-165312053bec1d36b161088258e97cf2eaa1ca54.zip
make this 2 orders of magnitude faster by using uninitialized vectors
Diffstat (limited to 'tests/calendar.fbs')
-rw-r--r--tests/calendar.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/calendar.fbs b/tests/calendar.fbs
index 203ee43..ef4f112 100644
--- a/tests/calendar.fbs
+++ b/tests/calendar.fbs
@@ -5,7 +5,7 @@ namespace Calendar;
5table Event { 5table Event {
6 summary:string; 6 summary:string;
7 description:string; 7 description:string;
8 attachment:[byte]; 8 attachment:[ubyte];
9} 9}
10 10
11root_type Event; 11root_type Event;