summaryrefslogtreecommitdiff
path: root/tests/test_utils.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-11-09 21:48:13 +0100
committerGitHub <noreply@github.com>2021-11-09 21:48:13 +0100
commitc305de701c81d027ab6de2855cb3b4432a4e6e7b (patch)
treee2bc0dc3cc3c61a2511913f993876f59c5867de4 /tests/test_utils.h
parente3f3fc517a610d308e92dbc98b38def0f6e81c94 (diff)
parent99a282f6319d0c7642f589163b955a636610719a (diff)
Merge pull request #54697 from aaronfranke/move-tests
Move and organize tests into subfolders
Diffstat (limited to 'tests/test_utils.h')
-rw-r--r--tests/test_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.h b/tests/test_utils.h
index f05ab0bdb1..ccebe2e449 100644
--- a/tests/test_utils.h
+++ b/tests/test_utils.h
@@ -31,7 +31,7 @@
#ifndef TEST_UTILS_H
#define TEST_UTILS_H
-#include "core/string/ustring.h"
+class String;
namespace TestUtils {