Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Jul 22, 2024
1 parent a43fbbf commit c4df19f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/Packet++Test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ int main(int argc, char* argv[])

#ifdef NDEBUG
skipMemLeakCheck = true;
std::cout << "Disabling memory leak check in MSVC Release builds due to caching logic in stream objects that looks "
"like a memory leak:"
std::cout << "Disabling memory leak check in MSVC Release builds due to caching logic in stream objects that looks like a memory leak:"
<< std::endl
<< " https://github.com/cpputest/cpputest/issues/786#issuecomment-148921958" << std::endl;
#endif
Expand Down

0 comments on commit c4df19f

Please sign in to comment.