mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +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()
|
||||
{
|
||||
return std::make_shared<TestBaseType>();
|
||||
return std::make_shared<TestMoreDerivedType>();
|
||||
}
|
||||
|
||||
std::shared_ptr<TestBaseType> null_factory()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user