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 ee45c31 commit 95caa87Copy full SHA for 95caa87
unittests/CppInterOp/InterpreterTest.cpp
@@ -52,7 +52,7 @@ TEST(InterpreterTest, DebugFlag) {
52
testing::internal::CaptureStderr();
53
Cpp::Process("int b = 12;");
54
cerrs = testing::internal::GetCapturedStderr();
55
- EXPECT_STREQ(cerrs.c_str(), "");
+ EXPECT_STRNE(cerrs.c_str(), "");
56
57
Cpp::EnableDebugOutput(false);
58
EXPECT_FALSE(Cpp::IsDebugOutputEnabled());
0 commit comments