* 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:
Axel Dörfler
2010-11-29 18:51:33 +00:00
parent 8a8c62d587
commit 52702ce24d
+3 -3
View File
@@ -33,11 +33,11 @@ void
UnitTesterShell::PrintValidArguments()
{
BTestShell::PrintValidArguments();
printf("\t-haiku Runs tests linked against our Haiku "
printf(" -haiku Runs tests linked against our Haiku "
"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"
"\t of our libraries) for the sake of comparison.\n");
" of our libraries) for the sake of comparison.\n");
}