Enhance the inheritance unit tests #117

This commit is contained in:
Jason Turner
2014-04-13 08:05:46 -06:00
parent caf4495cff
commit c9a244019e
2 changed files with 8 additions and 0 deletions

View File

@@ -33,3 +33,8 @@ var md := more_derived_type_factory();
assert_equal(md.derived_only_func(), 19);
assert_equal(md.base_only_func(), -9);
assert_equal(md.func(), 1);
assert_equal(t2.func(), 1);
assert_equal(d.func(), 1);