mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Correct test_module changes
This commit is contained in:
parent
4a70ffe599
commit
308eb34d05
@ -56,7 +56,7 @@ std::shared_ptr<TestBaseType> derived_type_factory()
|
|||||||
|
|
||||||
std::shared_ptr<TestBaseType> more_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()
|
std::shared_ptr<TestBaseType> null_factory()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user