Correct test_module changes

This commit is contained in:
Jason Turner
2014-09-08 21:15:02 -06:00
parent 4a70ffe599
commit 308eb34d05

View File

@@ -56,7 +56,7 @@ std::shared_ptr<TestBaseType> derived_type_factory()
std::shared_ptr<TestBaseType> more_derived_type_factory()
{
return std::make_shared<TestBaseType>();
return std::make_shared<TestMoreDerivedType>();
}
std::shared_ptr<TestBaseType> null_factory()