Author: kclark
Date: Tue Jun 17 17:52:05 2008
New Revision: 668898

URL: http://svn.apache.org/viewvc?rev=668898&view=rev
Log:
rb: Switch to dyn generator syntax for testing namespaces

Modified:
    incubator/thrift/trunk/test/SmallTest.thrift

Modified: incubator/thrift/trunk/test/SmallTest.thrift
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/test/SmallTest.thrift?rev=668898&r1=668897&r2=668898&view=diff
==============================================================================
--- incubator/thrift/trunk/test/SmallTest.thrift (original)
+++ incubator/thrift/trunk/test/SmallTest.thrift Tue Jun 17 17:52:05 2008
@@ -1,5 +1,5 @@
 
-ruby_namespace TestNamespace
+namespace rb TestNamespace
 
 struct Goodbyez {
   1: i32 val = 325;


Reply via email to