Polymorphism in R wrappers fixed for C++ structs
This commit is contained in:
parent
cfd2557cda
commit
1d73341aa4
10 changed files with 68 additions and 8 deletions
|
|
@ -36,3 +36,9 @@ x = Typedef_inherit.do_blah2(d)
|
|||
if x != "Grok::blah"
|
||||
puts "Whoa! Bad return #{x}"
|
||||
end
|
||||
|
||||
x = d.far
|
||||
if x != "Spam::far"
|
||||
puts "Whoa! Bad return #{x}"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue