diff options
Diffstat (limited to 'main/tests')
| -rw-r--r-- | main/tests/test_io.cpp | 2 | ||||
| -rw-r--r-- | main/tests/test_string.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/main/tests/test_io.cpp b/main/tests/test_io.cpp index 42664e73cd..23459c68d1 100644 --- a/main/tests/test_io.cpp +++ b/main/tests/test_io.cpp @@ -39,7 +39,7 @@ #include "io/resource_loader.h" #include "io/resource_saver.h" #include "os/dir_access.h" -#include "core/globals.h" +#include "core/global_config.h" #include "io/file_access_memory.h" diff --git a/main/tests/test_string.cpp b/main/tests/test_string.cpp index a4a8ceb072..518c4503fc 100644 --- a/main/tests/test_string.cpp +++ b/main/tests/test_string.cpp @@ -835,7 +835,6 @@ bool test_28() { bool test_29() { - bool error = false; bool state = true; bool success = false; |