Upstream version 1.3.40
[profile/ivi/swig.git] / Examples / test-suite / ruby / typemap_namespace_runme.rb
1 #!/usr/bin/env ruby
2 #
3 # Put description here
4 #
5
6
7
8 #
9
10 require 'swig_assert'
11
12 require 'typemap_namespace'
13
14 include Typemap_namespace
15
16 raise RuntimeError if test1("hello") != "hello"
17
18 raise RuntimeError if test2("hello") != "hello"