Skip to content

Commit 24b5e2f

Browse files
committed
Changes test to not need variable name workaround
1 parent 03c5810 commit 24b5e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/use-after-scope-inlined.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ int main(int argc, char *argv[]) {
2727
// CHECK: Address 0x{{.*}} is located in stack of thread T0 at offset [[OFFSET:[^ ]*]] in frame
2828
// CHECK: {{.*}} in main
2929
// CHECK: This frame has
30-
// CHECK: {{\[}}[[OFFSET]], {{.*}}) 'x.i' (line [[@LINE-15]])
30+
// CHECK: {{\[}}[[OFFSET]], {{.*}}) 'x' (line [[@LINE-15]])
3131
}

0 commit comments

Comments
 (0)