[HWASan] Fix brittle stack-oob.c test.

This commit is contained in:
Matt Morehouse 2021-03-22 11:07:58 -07:00
parent 6b04ace4ad
commit c21f72e65a

View File

@ -25,7 +25,7 @@ int f() {
int main() { int main() {
f(); f();
// CHECK: READ of size 1 at // CHECK: READ of size 1 at
// CHECK: #0 {{.*}} in f{{.*}}stack-oob.c:19 // CHECK: #0 {{.*}} in f{{.*}}stack-oob.c:[[@LINE-6]]
// CHECK: is located in stack of threa // CHECK: is located in stack of threa