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 <Bi0T1N@users.noreply.github.com>
  • Loading branch information
Bi0T1N committed Jul 1, 2022
1 parent 79e2dc2 commit 29478c4
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 29478c4

Please sign in to comment.