astyle formatting
This commit is contained in:
parent
7fd12ee2b5
commit
239a0819e3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue