Fix testrunner

This commit is contained in:
Daniel Marjamäki 2016-10-21 02:20:51 +02:00
parent 86a620a3b4
commit 213f9c1fc8
1 changed files with 2 additions and 2 deletions

View File

@ -1138,7 +1138,7 @@ private:
"}";
ASSERT_EQUALS(expected, tok(code, false));
ASSERT_EQUALS("", errout.str());
ASSERT_EQUALS("[test.cpp:28]: (debug) ValueFlow bailout: function return; nontrivial function body\n", errout.str());
}
void simplifyTypedef36() {
@ -2160,7 +2160,7 @@ private:
" return fred;\n"
"}";
tok(code);
ASSERT_EQUALS("", errout.str());
ASSERT_EQUALS("[test.cpp:2]: (debug) ValueFlow bailout: function return; nontrivial function body\n", errout.str());
}
void simplifyTypedef101() { // ticket #3003 (segmentation fault)