From e9bbf5aabad1a90a5f5cf43ca8df49d5e7a52aca Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 8 Jan 2017 09:31:40 +0100 Subject: [PATCH] :bug: forgot to remove a test case --- test/src/unit-version.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/unit-version.cpp b/test/src/unit-version.cpp index 1b4ea91c..f7b16e19 100644 --- a/test/src/unit-version.cpp +++ b/test/src/unit-version.cpp @@ -36,6 +36,5 @@ TEST_CASE("version information") SECTION("version()") { CHECK(json::meta()["name"] == "JSON for Modern C++"); - CHECK(json::meta()["compiler"] == "JSON for Modern C++"); } }