Skip to content

Commit 4da5e9d

Browse files
committed
[ASan] Fix shadowed-stack-serialization test on targets with different stack layout
1 parent a4573ee commit 4da5e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ int main() {
66
{
77
int x;
88
delete &x;
9+
// CHECK: {{.*}}) 'x' (line [[@LINE-2]])
910
}
1011
}
1112

12-
// CHECK: [32, 36) 'x'

0 commit comments

Comments
 (0)