diff options
Diffstat (limited to 'tests/calendar.fbs')
-rw-r--r-- | tests/calendar.fbs | 2 |
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; | |||
5 | table Event { | 5 | table Event { |
6 | summary:string; | 6 | summary:string; |
7 | description:string; | 7 | description:string; |
8 | attachment:[byte]; | 8 | attachment:[ubyte]; |
9 | } | 9 | } |
10 | 10 | ||
11 | root_type Event; | 11 | root_type Event; |