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 df97b05 commit 2322458Copy full SHA for 2322458
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);
+ EXPECT_NE(output.find("Unable to find SDF filename"), std::string::npos) << output;
571
EXPECT_NE(output.find("with version"), std::string::npos);
572
EXPECT_TRUE(result.empty());
573
0 commit comments