summaryrefslogtreecommitdiff
path: root/test/ConstantsDemo.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'test/ConstantsDemo.thrift')
-rw-r--r--test/ConstantsDemo.thrift2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ConstantsDemo.thrift b/test/ConstantsDemo.thrift
index 204e805b1..e03f0537d 100644
--- a/test/ConstantsDemo.thrift
+++ b/test/ConstantsDemo.thrift
@@ -65,6 +65,8 @@ const map<i32,thing> GEN_WHAT = { 35 : { 'hello' : 325, 'goodbye' : 325352 } }
const set<i32> GEN_SET = [ 235, 235, 53235 ]
+const uuid GEN_UUID = "00000000-4444-CCCC-ffff-0123456789ab"
+
exception Blah {
1: i32 bing }