Skip to content

Commit

Permalink
Revert "Output variable to trace Windows issue"
Browse files Browse the repository at this point in the history
This reverts commit 2322458.

Signed-off-by: Bi0T1N <[email protected]>
  • Loading branch information
Bi0T1N committed Mar 18, 2022
1 parent 2322458 commit c789cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDF_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ TEST(SDF, EmbeddedSpecNonExistent)
testing::internal::CaptureStderr();
result = sdf::SDF::EmbeddedSpec("unavailable.sdf", false);
output = testing::internal::GetCapturedStderr();
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);
EXPECT_NE(output.find("with version"), std::string::npos);
EXPECT_TRUE(result.empty());

Expand Down

0 comments on commit c789cc0

Please sign in to comment.