rb: Switch to dyn generator syntax for testing namespaces
authorKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 00:52:05 +0000 (00:52 +0000)
committerKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 00:52:05 +0000 (00:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668898 13f79535-47bb-0310-9956-ffa450edef68

test/SmallTest.thrift

index 531bf17..36ee349 100644 (file)
@@ -1,5 +1,5 @@
 
-ruby_namespace TestNamespace
+namespace rb TestNamespace
 
 struct Goodbyez {
   1: i32 val = 325;