Fix test case

This commit is contained in:
chrchr 2021-10-30 19:04:50 +02:00 committed by Daniel Marjamäki
parent 242acb6135
commit f363d8948b
1 changed files with 1 additions and 1 deletions

View File

@ -2720,7 +2720,7 @@ private:
" int ppos = 1;\n"
" int pneg = 0;\n"
" const char*edge = ppos? \" +\" : pneg ? \" -\" : \"\";\n"
" printf(\"This should be a '+' -> %s\n\", edge);\n"
" printf(\"This should be a '+' -> %s\\n\", edge);\n"
" return 0;\n"
"}");
ASSERT_EQUALS("", errout.str());