summaryrefslogtreecommitdiff
path: root/Examples/ruby/variables/runme.rb
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2004-06-15 20:12:22 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2004-06-15 20:12:22 +0000
commitdb374a14f4d8a39a493ccb67312c31c4e8ca3f81 (patch)
tree9d5820068bd0f854b971bff6153e7781c5c200ab /Examples/ruby/variables/runme.rb
parent2760a2b61ea33906043aa781eb9716b261081b88 (diff)
downloadswig-db374a14f4d8a39a493ccb67312c31c4e8ca3f81.tar.gz
Test const char [] instead of const char *
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5992 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/ruby/variables/runme.rb')
-rw-r--r--Examples/ruby/variables/runme.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Examples/ruby/variables/runme.rb b/Examples/ruby/variables/runme.rb
index cbb6b0df7..38531c833 100644
--- a/Examples/ruby/variables/runme.rb
+++ b/Examples/ruby/variables/runme.rb
@@ -16,7 +16,6 @@ Example.cvar = "S"
Example.fvar = 3.14159
Example.dvar = 2.1828
Example.strvar = "Hello World"
-Example.cstrvar = "Goodbye"
Example.iptrvar= Example.new_int(37)
Example.ptptr = Example.new_Point(37,42)
Example.name = "Bill"