summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-06-29 00:00:00 +0200
committerJens Geyer <jensg@apache.org>2022-09-05 22:04:20 +0200
commit62445c1d2e8bcca1056abb4559518f1c8d995992 (patch)
treebea3319b780bf3b918997ba5317eae0151e2395b /test/DebugProtoTest.thrift
parent6a797b9843f47b455740afc146ac490de95d74c2 (diff)
downloadthrift-62445c1d2e8bcca1056abb4559518f1c8d995992.tar.gz
THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests)
Client: compiler general, netstd, Delphi Patch: Jens Geyer
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index 5d0face4b..3750d8d93 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -48,6 +48,7 @@ struct OneOfEach {
12: list<i8> byte_list = [1, 2, 3],
13: list<i16> i16_list = [1,2,3],
14: list<i64> i64_list = [1,2,3]
+ 15: uuid rfc4122_uuid
}
struct Bonk {