Skip to content

Commit c789cc0

Browse files
committed
Revert "Output variable to trace Windows issue"
This reverts commit 2322458. Signed-off-by: Bi0T1N <[email protected]>
1 parent 2322458 commit c789cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDF_TEST.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ TEST(SDF, EmbeddedSpecNonExistent)
567567
testing::internal::CaptureStderr();
568568
result = sdf::SDF::EmbeddedSpec("unavailable.sdf", false);
569569
output = testing::internal::GetCapturedStderr();
570-
EXPECT_NE(output.find("Unable to find SDF filename"), std::string::npos) << output;
570+
EXPECT_NE(output.find("Unable to find SDF filename"), std::string::npos);
571571
EXPECT_NE(output.find("with version"), std::string::npos);
572572
EXPECT_TRUE(result.empty());
573573

0 commit comments

Comments
 (0)