This commit is contained in:
orbitcowboy 2021-10-16 00:31:55 +02:00
parent d4a98dfaab
commit 9c16f13651
1 changed files with 1 additions and 1 deletions

View File

@ -3099,7 +3099,7 @@ private:
" return 0;\n"
"}");
ASSERT_EQUALS("[test.cpp:5]: (error) Uninitialized variable: a\n", errout.str());
// non-pointer variable
checkUninitVar("void a(char);\n" // value => error
"void b() {\n"