1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #19461 from touilleMan/correct-test_get_names

Correct test list returned by test_get_names
This commit is contained in:
Rémi Verschelde
2018-06-10 12:51:50 +02:00
committed by GitHub

View File

@@ -50,15 +50,20 @@ const char **tests_get_names() {
static const char *test_names[] = {
"string",
"containers",
"math",
"physics",
"physics_2d",
"render",
"multimesh",
"oa_hash_map",
"gui",
"io",
"shaderlang",
"physics",
"oa_hash_map",
"gd_tokenizer",
"gd_parser",
"gd_compiler",
"gd_bytecode",
"image",
"ordered_hash_map",
NULL
};