fix the abi tests for diagnostics positions feature (#4572)

This commit is contained in:
Harinath Nampally 2024-12-28 10:24:52 -05:00 committed by GitHub
parent 5ff90d9e02
commit 69c8758d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,10 @@ TEST_CASE("default namespace")
expected += "_diag";
#endif
#if JSON_DIAGNOSTIC_POSITIONS
expected += "_dp";
#endif
#if JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
expected += "_ldvcmp";
#endif

View File

@ -25,6 +25,10 @@ TEST_CASE("default namespace without version component")
expected += "_diag";
#endif
#if JSON_DIAGNOSTIC_POSITIONS
expected += "_dp";
#endif
#if JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
expected += "_ldvcmp";
#endif