提交 cf8987c3 编写于 作者: J jcoomes

7091294: disable quicksort tests

Reviewed-by: jmasa, ysr, kvn
上级 a50d243c
...@@ -92,6 +92,7 @@ bool QuickSort::sort_and_compare(int* arrayToSort, int* expectedResult, int leng ...@@ -92,6 +92,7 @@ bool QuickSort::sort_and_compare(int* arrayToSort, int* expectedResult, int leng
} }
bool QuickSort::test_quick_sort() { bool QuickSort::test_quick_sort() {
#if 0
tty->print_cr("test_quick_sort\n"); tty->print_cr("test_quick_sort\n");
{ {
int* test_array = NULL; int* test_array = NULL;
...@@ -212,6 +213,7 @@ bool QuickSort::test_quick_sort() { ...@@ -212,6 +213,7 @@ bool QuickSort::test_quick_sort() {
delete[] test_array; delete[] test_array;
delete[] expected_array; delete[] expected_array;
} }
#endif
return true; return true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册