commit | d5c98eedc83aca595a8feea60a331c291fd7eeba | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 00:51:45 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 00:51:45 2008 +0000 |
tree | 346017f7af126c78513ae166674c54613cec80b9 | |
parent | 720b5732cc7025a8647fe35342b7c425ceaf60e1 [diff] [blame] |
Exercise namespacing in Ruby tests git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668897 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/SmallTest.thrift b/test/SmallTest.thrift index bded87a..531bf17 100644 --- a/test/SmallTest.thrift +++ b/test/SmallTest.thrift
@@ -1,4 +1,6 @@ +ruby_namespace TestNamespace + struct Goodbyez { 1: i32 val = 325; }