summaryrefslogtreecommitdiff
path: root/test/SmallTest.thrift
diff options
context:
space:
mode:
authorKevin Clark <kclark@apache.org>2008-06-18 00:51:45 +0000
committerKevin Clark <kclark@apache.org>2008-06-18 00:51:45 +0000
commitd5c98eedc83aca595a8feea60a331c291fd7eeba (patch)
tree346017f7af126c78513ae166674c54613cec80b9 /test/SmallTest.thrift
parent720b5732cc7025a8647fe35342b7c425ceaf60e1 (diff)
downloadthrift-d5c98eedc83aca595a8feea60a331c291fd7eeba.tar.gz
Exercise namespacing in Ruby tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/SmallTest.thrift')
-rw-r--r--test/SmallTest.thrift2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/SmallTest.thrift b/test/SmallTest.thrift
index bded87ab9..531bf17bd 100644
--- a/test/SmallTest.thrift
+++ b/test/SmallTest.thrift
@@ -1,4 +1,6 @@
+ruby_namespace TestNamespace
+
struct Goodbyez {
1: i32 val = 325;
}