mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 19:36:26 +00:00
♻️ replace further alternative operators
This commit is contained in:
@@ -44,7 +44,7 @@ static int assert_counter;
|
||||
using nlohmann::json;
|
||||
|
||||
// the test assumes exceptions to work
|
||||
#if not defined(JSON_NOEXCEPTION)
|
||||
#if !defined(JSON_NOEXCEPTION)
|
||||
TEST_CASE("JSON_ASSERT(x)")
|
||||
{
|
||||
SECTION("basic_json(first, second)")
|
||||
|
||||
Reference in New Issue
Block a user