diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-30 18:15:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 18:15:06 +0200 |
commit | 7488b07220fc73df5ed4babf2c9bf53f2fa1bf0e (patch) | |
tree | 10de495597514c016be013fc31cdd851c20ffce4 /tests/test_variant.h | |
parent | 9833f9cc11b82e560b81b605c2ff4ba0a1247624 (diff) | |
parent | 0512cc01d9eab9dce2278fddb92e134d23cd25eb (diff) |
Merge pull request #40883 from Xrayez/tests-macros
Hide implementation details of doctest macros
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 { |