From 52702ce24d98b981e2034192cd86b2f614096611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 29 Nov 2010 18:51:33 +0000 Subject: [PATCH] * 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 --- src/tests/UnitTester.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/UnitTester.cpp b/src/tests/UnitTester.cpp index 33074f6306..f06507995d 100644 --- a/src/tests/UnitTester.cpp +++ b/src/tests/UnitTester.cpp @@ -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"); }