* indent is obviously only 2 spaces.
* BTW, the tests work on GCC4 just fine, only the GCC2 build doesn't work, so it's likely to be a newly introduced compiler problem as those tests worked under BeOS fine. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39674 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,11 +33,11 @@ void
|
|||||||
UnitTesterShell::PrintValidArguments()
|
UnitTesterShell::PrintValidArguments()
|
||||||
{
|
{
|
||||||
BTestShell::PrintValidArguments();
|
BTestShell::PrintValidArguments();
|
||||||
printf("\t-haiku Runs tests linked against our Haiku "
|
printf(" -haiku Runs tests linked against our Haiku "
|
||||||
"libraries (*default*)\n"
|
"libraries (*default*)\n"
|
||||||
"\t-r5 Runs tests linked against Be Inc.'s R5 "
|
" -r5 Runs tests linked against Be Inc.'s R5 "
|
||||||
"libraries (instead\n"
|
"libraries (instead\n"
|
||||||
"\t of our libraries) for the sake of comparison.\n");
|
" of our libraries) for the sake of comparison.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user