Skip to content

Commit 3abbf0c

Browse files
committed
Test directly uses trim template
1 parent 3d6e710 commit 3abbf0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ end";
7878
TEST_CASE("Test the string trim feature", "[string]") {
7979
std::string s = " there might be some white space.... ";
8080

81-
REQUIRE(String::trim(s) == "there might be some white space....");
81+
REQUIRE(trim(s) == "there might be some white space....");
8282
}
8383

8484
TEST_CASE("Test string split feature", "[string]") {

0 commit comments

Comments
 (0)