blob: 09eb57e39995673e85fbd09923c9455ef577ec34 [file] [log] [blame]
#!/usr/bin/env ruby
#
# Put description here
#
#
#
#
#
require 'swig_assert'
require 'typemap_namespace'
include Typemap_namespace
raise RuntimeError if test1("hello") != "hello"
raise RuntimeError if test2("hello") != "hello"