🐛 forgot to remove a test case
This commit is contained in:
parent
dd45ba6f89
commit
e9bbf5aaba
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue