summaryrefslogtreecommitdiff
path: root/test/SmallTest.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'test/SmallTest.thrift')
-rw-r--r--test/SmallTest.thrift10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/SmallTest.thrift b/test/SmallTest.thrift
index d0821c7ff..955cdc9a7 100644
--- a/test/SmallTest.thrift
+++ b/test/SmallTest.thrift
@@ -24,12 +24,6 @@ struct Goodbyez {
1: i32 val = 325;
}
-senum Thinger {
- "ASDFKJ",
- "r32)*F#@",
- "ASDFLJASDF"
-}
-
struct BoolPasser {
1: bool value = 1
}
@@ -52,6 +46,10 @@ exception Goodbye {
3: map<i32, map<i32,i32>> complexer,
}
+struct Thinger {
+ 1: i32 dummy
+}
+
service SmallService {
Thinger testThinger(1:Thinger bootz),
Hello testMe(1:i32 hello=64, 2: Hello wonk) throws (1: Goodbye g),