We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2322458 commit c789cc0Copy full SHA for c789cc0
src/SDF_TEST.cc
@@ -567,7 +567,7 @@ TEST(SDF, EmbeddedSpecNonExistent)
567
testing::internal::CaptureStderr();
568
result = sdf::SDF::EmbeddedSpec("unavailable.sdf", false);
569
output = testing::internal::GetCapturedStderr();
570
- EXPECT_NE(output.find("Unable to find SDF filename"), std::string::npos) << output;
+ EXPECT_NE(output.find("Unable to find SDF filename"), std::string::npos);
571
EXPECT_NE(output.find("with version"), std::string::npos);
572
EXPECT_TRUE(result.empty());
573
0 commit comments