Skip to content

Commit 35ae385

Browse files
authored
Merge pull request #62378 from adrian-prantl/102837640
Relax test
2 parents 7df4a3a + 8963b32 commit 35ae385

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/SILOptimizer/definite_init_nsmanagedvalue.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ extension Person {
3030

3131
// Verify that the DI instructions share the scope of the adjacent instructions.
3232
// CHECK: sil {{.*}}$s28definite_init_nsmanagedvalue6PersonCyACSiKcfc
33-
// CHECK: bb{{.*}}(%{{.*}} : $NSManagedObject):
34-
// CHECK-NEXT: integer_literal $Builtin.Int2, {{.*}}, scope [[SCOPE:[0-9]+]]
33+
// CHECK: integer_literal $Builtin.Int2, {{.*}}, scope [[SCOPE:[0-9]+]]
3534
// CHECK-NEXT: store {{.*}}, scope [[SCOPE]]

0 commit comments

Comments
 (0)