[haiku-commits] r39674 - haiku/trunk/src/tests

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 29 Nov 2010 19:51:33 +0100 (CET)

Author: axeld
Date: 2010-11-29 19:51:33 +0100 (Mon, 29 Nov 2010)
New Revision: 39674
Changeset: http://dev.haiku-os.org/changeset/39674

Modified:
   haiku/trunk/src/tests/UnitTester.cpp
Log:
* 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.


Modified: haiku/trunk/src/tests/UnitTester.cpp
===================================================================
--- haiku/trunk/src/tests/UnitTester.cpp        2010-11-29 18:46:58 UTC (rev 
39673)
+++ haiku/trunk/src/tests/UnitTester.cpp        2010-11-29 18:51:33 UTC (rev 
39674)
@@ -33,11 +33,11 @@
 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");
 }
 
 


Other related posts:

  • » [haiku-commits] r39674 - haiku/trunk/src/tests - axeld