mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-29 17:12:03 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -141,7 +141,7 @@ TestFunc test_funcs[] = {
|
||||
test_size,
|
||||
test_iteration,
|
||||
test_const_iteration,
|
||||
0
|
||||
nullptr
|
||||
|
||||
};
|
||||
|
||||
@@ -168,6 +168,6 @@ MainLoop *test() {
|
||||
|
||||
OS::get_singleton()->print("Passed %i of %i tests\n", passed, count);
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace TestOrderedHashMap
|
||||
|
||||
Reference in New Issue
Block a user