Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
syhlalala committed Jul 14, 2020
1 parent e2a8e26 commit e177cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testParallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ double test_split(size_t n) {
//check(res.first.size() + res.second.size() + 1 == n, "splitted map size is wrong");
//check(check_split(key, v, res), "split is wrong");

cout << "split is not supported directly in the interface any more. You can use range() instead."
cout << "split is not supported directly in the interface any more. You can use range() instead." << endl;

return 0.0;
}
Expand Down

0 comments on commit e177cb6

Please sign in to comment.