Skip to content

Commit 02165f5

Browse files
committed
fixup! fix filecheck pattern in new test
1 parent 5312be4 commit 02165f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/CodeGenCXX/zero-init-empty-virtual.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ struct Holder1 {
2020
polymorphic_base a{};
2121
} g_holder1;
2222

23-
// CHECK: @{{.*}} = {{.*}} global %struct.Holder1 { %struct.polymorphic_base { ptr {{.*}} } }
23+
// CHECK: @{{.*}} = {{.*}}global %struct.Holder1 { %struct.polymorphic_base { ptr {{.*}} } }
2424

2525
struct Holder2 {
2626
derived_virtual a{};
2727
} g_holder2;
2828

29-
// CHECK: @{{.*}} = {{.*}} global %struct.Holder2 zeroinitializer, align 8
29+
// CHECK: @{{.*}} = {{.*}}global %struct.Holder2 zeroinitializer, align 8
3030

3131
struct Holder3 {
3232
derived a{};
3333
} g_holder3;
3434

35-
// CHECK: @{{.*}} = {{.*}} global { { ptr } } { { ptr } { ptr {{.*}} } }
35+
// CHECK: @{{.*}} = {{.*}}global { { ptr } } { { ptr } { ptr {{.*}} } }

0 commit comments

Comments
 (0)