🐛 forgot to remove a test case

This commit is contained in:
Niels Lohmann 2017-01-08 09:31:40 +01:00
parent dd45ba6f89
commit e9bbf5aaba

View File

@ -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++");
}
}