diff options
Diffstat (limited to 'tests/test_variant.h')
-rw-r--r-- | tests/test_variant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_variant.h b/tests/test_variant.h index 06dcfde664..a384a3e91f 100644 --- a/tests/test_variant.h +++ b/tests/test_variant.h @@ -34,7 +34,7 @@ #include "core/variant.h" #include "core/variant_parser.h" -#include "thirdparty/doctest/doctest.h" +#include "tests/test_macros.h" namespace TestVariant { |