From 165312053bec1d36b161088258e97cf2eaa1ca54 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sat, 6 Dec 2014 02:22:51 +0100 Subject: make this 2 orders of magnitude faster by using uninitialized vectors --- tests/calendar.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/calendar.fbs') 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; table Event { summary:string; description:string; - attachment:[byte]; + attachment:[ubyte]; } root_type Event; -- cgit v1.2.3