also, change the module name to director_frob
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5665 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f7a318c637
commit
e63a259672
4 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require 'frob'
|
||||
require 'director_frob'
|
||||
|
||||
foo = Frob::Bravo.new;
|
||||
foo = Director_frob::Bravo.new;
|
||||
s = foo.abs_method;
|
||||
|
||||
raise RuntimeError if s != "Bravo::abs_method()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue