summaryrefslogtreecommitdiff
path: root/tests/examplefiles/demo.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/demo.thrift')
-rw-r--r--tests/examplefiles/demo.thrift14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/examplefiles/demo.thrift b/tests/examplefiles/demo.thrift
deleted file mode 100644
index e50544d5..00000000
--- a/tests/examplefiles/demo.thrift
+++ /dev/null
@@ -1,14 +0,0 @@
-/* comment */
-/** doc comment */
-
-namespace cpp shared // inline comment
-
-struct Foo1 {
- 1: i32 key
- 2: string value
-}
-
-service Foo2 {
- Foo1 bar(1: i32 key)
-}
-