astyle formatting
This commit is contained in:
parent
298a33211f
commit
3032dbabce
|
@ -389,8 +389,8 @@ private:
|
|||
|
||||
void includesnopath() {
|
||||
REDIRECT;
|
||||
const char *argv[] = {"cppcheck", "-I"};
|
||||
// Fails since -I has no param
|
||||
const char *argv[] = {"cppcheck", "-I"};
|
||||
// Fails since -I has no param
|
||||
ASSERT_EQUALS(false, defParser.ParseFromArgs(2, argv));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue