summaryrefslogtreecommitdiffstats
path: root/tests/calendar.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/calendar.fbs')
-rw-r--r--tests/calendar.fbs12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/calendar.fbs b/tests/calendar.fbs
deleted file mode 100644
index ef4f112..0000000
--- a/tests/calendar.fbs
+++ /dev/null
@@ -1,12 +0,0 @@
1// example IDL file
2
3namespace Calendar;
4
5table Event {
6 summary:string;
7 description:string;
8 attachment:[ubyte];
9}
10
11root_type Event;
12file_identifier "AKFB";