mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Merge pull request #104976 from Ivorforce/no-inheritance-list
Remove unused `get_inheritance_list_static` from `GDCLASS`.
This commit is contained in:
@@ -143,15 +143,6 @@ TEST_CASE("[Object] Core getters") {
|
||||
CHECK_MESSAGE(
|
||||
object.get_save_class() == "Object",
|
||||
"The returned save class should match the expected value.");
|
||||
|
||||
List<String> inheritance_list;
|
||||
object.get_inheritance_list_static(&inheritance_list);
|
||||
CHECK_MESSAGE(
|
||||
inheritance_list.size() == 1,
|
||||
"The inheritance list should consist of Object only");
|
||||
CHECK_MESSAGE(
|
||||
inheritance_list.front()->get() == "Object",
|
||||
"The inheritance list should consist of Object only");
|
||||
}
|
||||
|
||||
TEST_CASE("[Object] Metadata") {
|
||||
|
||||
Reference in New Issue
Block a user