src/share/vm/utilities/quickSort.hpp

changeset 3335
3c648b9ad052
parent 2976
04760e41b01e
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/utilities/quickSort.hpp	Fri Dec 09 19:28:34 2011 -0800
     1.2 +++ b/src/share/vm/utilities/quickSort.hpp	Wed Dec 14 12:15:26 2011 +0100
     1.3 @@ -130,7 +130,7 @@
     1.4    static void print_array(const char* prefix, int* array, int length);
     1.5    static bool compare_arrays(int* actual, int* expected, int length);
     1.6    template <class C> static bool sort_and_compare(int* arrayToSort, int* expectedResult, int length, C comparator, bool idempotent = false);
     1.7 -  static bool test_quick_sort();
     1.8 +  static void test_quick_sort();
     1.9  #endif
    1.10  };
    1.11  

mercurial