Formatted the code. There are no functional changes [ci skip].
This commit is contained in:
parent
52c121c223
commit
00bff02e13
|
@ -3006,11 +3006,11 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
void testReturnValueTypeStdLib() {
|
void testReturnValueTypeStdLib() {
|
||||||
check("void f() {\n"
|
check("void f() {\n"
|
||||||
" const char *s = \"0\";\n"
|
" const char *s = \"0\";\n"
|
||||||
" printf(\"%ld%lld\", atol(s), atoll(s));\n"
|
" printf(\"%ld%lld\", atol(s), atoll(s));\n"
|
||||||
"}");
|
"}");
|
||||||
ASSERT_EQUALS("", errout.str());
|
ASSERT_EQUALS("", errout.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue