Skip to content

Commit

Permalink
[asan][windows] fix issue64990 test (llvm#85137)
Browse files Browse the repository at this point in the history
This was broken by llvm#84971
  • Loading branch information
barcharcraz authored Mar 13, 2024
1 parent 6885810 commit db058b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ int main(int argc, char **argv) {
}
return 0;
}

// CHECK: SUMMARY: AddressSanitizer: global-buffer-overflow {{.*}} in __asan_memcpy
// CHECK: #0 {{.*}} in __asan_memcpy
// CHECK: SUMMARY: AddressSanitizer: global-buffer-overflow {{.*}} in main

0 comments on commit db058b9

Please sign in to comment.