diff --git a/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp b/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp index f2706c671c26..4018c097aed5 100644 --- a/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp +++ b/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp @@ -6,7 +6,7 @@ int main() { { int x; delete &x; + // CHECK: {{.*}}) 'x' (line [[@LINE-2]]) } } -// CHECK: [32, 36) 'x'