♻️ replace further alternative operators

This commit is contained in:
Niels Lohmann
2020-07-11 19:28:58 +02:00
parent 8d295235a5
commit 4d28694756
2 changed files with 2 additions and 2 deletions

View File

@@ -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)")