Fix some test-suite warnings
This commit is contained in:
parent
a4e63a2cfc
commit
5df10e380e
3 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ public class smart_pointer_ignore_runme {
|
|||
|
||||
public static void main(String argv[]) {
|
||||
DerivedPtr d = smart_pointer_ignore.makeDerived();
|
||||
d.base();
|
||||
d.derived();
|
||||
d.baseMethod();
|
||||
d.derivedMethod();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue