summaryrefslogtreecommitdiff
path: root/test/ConstantsDemo.thrift
diff options
context:
space:
mode:
authorDavid Hull <david.hull@openx.com>2017-07-28 02:09:42 +0200
committerJens Geyer <jensg@apache.org>2017-08-01 00:38:55 +0200
commitec2a252136cb864a9edb22ef895bd62ff29c53e1 (patch)
tree49f9708ff85b566f96f6a171578ab0e93ccfb103 /test/ConstantsDemo.thrift
parent3ba4ecf3e0a4e2b4fde0cc6e48f672d95d732ba5 (diff)
downloadthrift-ec2a252136cb864a9edb22ef895bd62ff29c53e1.tar.gz
THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'.
Client: Erlang Patch: David Hull <david.hull@openx.com> This closes #1319
Diffstat (limited to 'test/ConstantsDemo.thrift')
-rw-r--r--test/ConstantsDemo.thrift1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ConstantsDemo.thrift b/test/ConstantsDemo.thrift
index b99bdb2f3..a54534d51 100644
--- a/test/ConstantsDemo.thrift
+++ b/test/ConstantsDemo.thrift
@@ -18,6 +18,7 @@
*/
namespace cpp yozone
+namespace erl consts_
struct thing {
1: i32 hello,