Skip to content

Commit f877784

Browse files
Update testuninitvar.cpp
1 parent 243ae08 commit f877784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testuninitvar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ class TestUninitVar : public TestFixture {
21642164
" return p;\n"
21652165
"}\n");
21662166
ASSERT_EQUALS("[test.cpp:5:9]: (error) Memory is allocated but not initialized: *p [uninitdata]\n", errout_str());
2167-
2167+
21682168
checkUninitVar("char* f(size_t nBytes, size_t nAlign) {\n" // #14485
21692169
" char* p = reinterpret_cast<char*>(malloc(nBytes));\n"
21702170
" if ((uintptr_t)p % nAlign != 0) {}\n"

0 commit comments

Comments
 (0)