Remove debug printout (#1933)

This commit is contained in:
Rikard Falkeborn 2019-06-28 22:08:32 +02:00 committed by Daniel Marjamäki
parent 8b347aed42
commit 0d69a86bf8
1 changed files with 0 additions and 1 deletions

View File

@ -1021,7 +1021,6 @@ private:
"}");
ASSERT_EQUALS("[test.cpp:4]: (warning) Comparison of a boolean expression with an integer.\n", errout.str());
fprintf(stderr, "last case\n");
check("int Fun();\n"
"void Test(bool expectedResult) {\n"
" auto res = Fun();\n"