astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-07-28 13:17:46 +02:00
parent 7fd12ee2b5
commit 239a0819e3
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ private:
"} } }");
ASSERT_EQUALS("[test.cpp:3]: (error) Division by zero.\n", errout.str());
}
void zeroDiv7() {
check("void f() {\n"
" int a = 1/2*3/0;\n"