Skip to content

Commit 8963b32

Browse files
committed
Relax test.
rdar://102837640
1 parent 8f390ea commit 8963b32

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)