src/share/vm/utilities/quickSort.cpp

changeset 3335
3c648b9ad052
parent 3266
6fd81579526f
child 4962
6f817ce50129
     1.1 --- a/src/share/vm/utilities/quickSort.cpp	Fri Dec 09 19:28:34 2011 -0800
     1.2 +++ b/src/share/vm/utilities/quickSort.cpp	Wed Dec 14 12:15:26 2011 +0100
     1.3 @@ -93,8 +93,7 @@
     1.4    return compare_arrays(arrayToSort, expectedResult, length);
     1.5  }
     1.6  
     1.7 -bool QuickSort::test_quick_sort() {
     1.8 -  tty->print_cr("test_quick_sort");
     1.9 +void QuickSort::test_quick_sort() {
    1.10    {
    1.11      int* test_array = NULL;
    1.12      int* expected_array = NULL;
    1.13 @@ -214,7 +213,6 @@
    1.14      delete[] test_array;
    1.15      delete[] expected_array;
    1.16    }
    1.17 -  return true;
    1.18  }
    1.19  
    1.20  #endif

mercurial