diff options
Diffstat (limited to 'tests/test_basis.h')
-rw-r--r-- | tests/test_basis.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_basis.h b/tests/test_basis.h index 05efe33788..00a00b4a5b 100644 --- a/tests/test_basis.h +++ b/tests/test_basis.h @@ -33,7 +33,7 @@ #include "core/math/random_number_generator.h" #include "core/os/os.h" -#include "core/ustring.h" +#include "core/string/ustring.h" #include "tests/test_macros.h" @@ -282,7 +282,6 @@ TEST_CASE("[Stress][Basis] Euler conversions") { } } } - } // namespace TestBasis #endif |