commit | e49a44ab1d8a386909ad6f52f503374041a2b583 | [log] [tgz] |
---|---|---|
author | Anthony F. Molinaro <molinaro@apache.org> | Sat Jun 18 06:04:01 2011 +0000 |
committer | Anthony F. Molinaro <molinaro@apache.org> | Sat Jun 18 06:04:01 2011 +0000 |
tree | 26685a3978bd2f97a91d0197e04d69123801ca85 | |
parent | 3d3f42103ca2427da24f32d896e545618ae769eb [diff] [blame] |
THRIFT-1151 - catch some serialization errors git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1137131 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/erl/src/Thrift1151.thrift b/test/erl/src/Thrift1151.thrift new file mode 100644 index 0000000..6f934a7 --- /dev/null +++ b/test/erl/src/Thrift1151.thrift
@@ -0,0 +1,3 @@ +struct StructA { 1: i16 x; } +struct StructB { 1: i32 x; } +struct StructC { 1: StructA x; }