mirror of
https://github.com/nlohmann/json.git
synced 2026-03-02 23:36:27 +00:00
🐛 forgot to remove a test case
This commit is contained in:
@@ -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++");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user