[ASan] Fix shadowed-stack-serialization test on targets with different stack layout

This commit is contained in:
gbMattN
2025-04-04 10:41:00 +01:00
parent a4573ee38d
commit 4da5e9dd32

View File

@@ -6,7 +6,7 @@ int main() {
{
int x;
delete &x;
// CHECK: {{.*}}) 'x' (line [[@LINE-2]])
}
}
// CHECK: [32, 36) 'x'