mirror of
https://github.com/nlohmann/json.git
synced 2024-11-28 00:59:02 +08:00
🐛 forgot to remove a test case
This commit is contained in:
parent
dd45ba6f89
commit
e9bbf5aaba
@ -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++");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user