summaryrefslogtreecommitdiffstats
path: root/tests/calendar.fbs
diff options
context:
space:
mode:
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;