Commit e9bbf5aa by Niels Lohmann

🐛 forgot to remove a test case

parent dd45ba6f
...@@ -36,6 +36,5 @@ TEST_CASE("version information") ...@@ -36,6 +36,5 @@ TEST_CASE("version information")
SECTION("version()") SECTION("version()")
{ {
CHECK(json::meta()["name"] == "JSON for Modern C++"); CHECK(json::meta()["name"] == "JSON for Modern C++");
CHECK(json::meta()["compiler"] == "JSON for Modern C++");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment