diff options
Diffstat (limited to 'test/asan/TestCases/Linux/overflow-in-qsort.cc')
-rw-r--r-- | test/asan/TestCases/Linux/overflow-in-qsort.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/asan/TestCases/Linux/overflow-in-qsort.cc b/test/asan/TestCases/Linux/overflow-in-qsort.cc index 79b654e117cd..21bdff60cd30 100644 --- a/test/asan/TestCases/Linux/overflow-in-qsort.cc +++ b/test/asan/TestCases/Linux/overflow-in-qsort.cc @@ -37,11 +37,9 @@ int main() { MyQsort(a, 2); } -// Fast unwind: can not unwind through qsort. - +// Fast unwind may not unwind through qsort. // CHECK-FAST: ERROR: AddressSanitizer: global-buffer-overflow // CHECK-FAST: #0{{.*}} in QsortCallback -// CHECK-FAST-NOT: MyQsort // CHECK-FAST: is located 0 bytes to the right of global variable 'global_array // CHECK-SLOW: ERROR: AddressSanitizer: global-buffer-overflow |