Skip to content

Commit

Permalink
fix ci_test_diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
hnampally committed Jan 18, 2025
1 parent f0e5325 commit 9872723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/unit-diagnostic-positions-only.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

#include "doctest_compatibility.h"

#ifdef JSON_DIAGNOSTICS
#undef JSON_DIAGNOSTICS
#endif

#define JSON_DIAGNOSTICS 0
#define JSON_DIAGNOSTIC_POSITIONS 1
#include <nlohmann/json.hpp>

Expand Down

0 comments on commit 9872723

Please sign in to comment.