Skip to content

Commit

Permalink
removing unnecessary std::cout
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Oct 19, 2023
1 parent bbf9ff9 commit eadc132
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/basic_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,6 @@ TYPED_TEST(basic_tests, nodejs_50235) {
auto out = ada::parse<TypeParam>("http://test.com:5/?param=1");
ASSERT_TRUE(out);
ASSERT_TRUE(out->set_pathname("path"));
std::cout << "====================" << std::endl;
std::cout << out->get_href() << std::endl;
std::cout << "====================" << std::endl;
ASSERT_EQ(out->get_href(), "http://test.com:5/path?param=1");
SUCCEED();
}

0 comments on commit eadc132

Please sign in to comment.