fix unit test failure
This commit is contained in:
parent
8416768e03
commit
b67cb077a3
|
@ -3430,7 +3430,7 @@ private:
|
||||||
"}");
|
"}");
|
||||||
ASSERT_EQUALS("[test.cpp:3]: (warning) Comparison of always identical static strings.\n", errout.str());
|
ASSERT_EQUALS("[test.cpp:3]: (warning) Comparison of always identical static strings.\n", errout.str());
|
||||||
|
|
||||||
check_preprocess_suppress(
|
check(
|
||||||
"int foo(const char *buf)\n"
|
"int foo(const char *buf)\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" if (strcmp(buf, buf) == 0)"
|
" if (strcmp(buf, buf) == 0)"
|
||||||
|
|
Loading…
Reference in New Issue