summaryrefslogtreecommitdiff
path: root/test/ThriftTest.thrift
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2015-11-28 22:27:16 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2015-11-28 22:34:01 +0900
commit6dab9bbeb520159d96126a44bc849aa1bd9c4209 (patch)
tree16fc86cf3290cde75efe50b29f3ce97087140a9d /test/ThriftTest.thrift
parenta43063caac0762a28ba1fa09b3498ee97877374b (diff)
downloadthrift-6dab9bbeb520159d96126a44bc849aa1bd9c4209.tar.gz
Remove a line break that broke 'grep -v' in test/go/Makefile.am
Diffstat (limited to 'test/ThriftTest.thrift')
-rw-r--r--test/ThriftTest.thrift4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift
index a58ed9712..20929d46b 100644
--- a/test/ThriftTest.thrift
+++ b/test/ThriftTest.thrift
@@ -110,8 +110,8 @@ struct Insanity
struct CrazyNesting {
1: string string_field,
2: optional set<Insanity> set_field,
- 3: required list<map<set<i32> (python.immutable = ""),
- map<i32,set<list<map<Insanity,string>(python.immutable = "")> (python.immutable = "")>>>> list_field,
+ // Do not insert line break as test/go/Makefile.am is removing this line with pattern match
+ 3: required list<map<set<i32> (python.immutable = ""), map<i32,set<list<map<Insanity,string>(python.immutable = "")> (python.immutable = "")>>>> list_field,
4: binary binary_field
}