commit | e129a2db0c2f05a209be1e514214aa6b83ba1d91 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周三 2月 21 05:17:48 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周三 2月 21 05:17:48 2007 +0000 |
tree | a7a1c9a447a3862b17cc4f3e24cfaf3665cdaee8 | |
parent | 92195ae21929b464a80b25906b80181384e3ae95 [diff] [blame] |
Some thrift test code fixes Reviewed By: tbr-testaditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665014 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift index f5642ac..d4b0a4d 100644 --- a/test/ThriftTest.thrift +++ b/test/ThriftTest.thrift
@@ -13,6 +13,12 @@ typedef i64 UserId +struct Bonk +{ + 1: string message, + 2: i32 type +} + struct Xtruct { 1: string string_thing,