Skip to content

Commit 9872723

Browse files
committed
fix ci_test_diagnostics
1 parent f0e5325 commit 9872723

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/src/unit-diagnostic-positions-only.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
#include "doctest_compatibility.h"
1010

11+
#ifdef JSON_DIAGNOSTICS
12+
#undef JSON_DIAGNOSTICS
13+
#endif
14+
15+
#define JSON_DIAGNOSTICS 0
1116
#define JSON_DIAGNOSTIC_POSITIONS 1
1217
#include <nlohmann/json.hpp>
1318

0 commit comments

Comments
 (0)