Removing a misleading comment in the tests. (#1526)

This commit is contained in:
Daniel Lemire 2021-03-29 12:56:20 -04:00 committed by GitHub
parent 99406266b1
commit 461bc4c47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -387,8 +387,6 @@ namespace document_stream_tests {
#endif
bool simple_example() {
std::cout << "Running " << __func__ << std::endl;
// The last JSON document is
// intentionally truncated.
auto json = R"([1,2,3] {"1":1,"2":3,"4":4} [1,2,3] )"_padded;
simdjson::dom::parser parser;
size_t count = 0;