Skip to content

Commit 58eaacb

Browse files
authored
Merge pull request #65595 from adrian-prantl/relax-test
Relax test
2 parents 45ab59c + be845f1 commit 58eaacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/guard-let-scope3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class S {
1010
// CHECK: sil_scope [[X1:[0-9]+]] { loc "{{.*}}":[[@LINE-1]]:5
1111
// CHECK: sil_scope [[X2:[0-9]+]] { loc "{{.*}}":[[@LINE-2]]:29
1212
// CHECK: debug_value {{.*}} : $Optional<C>, let, name "x", {{.*}}, scope [[X1]]
13-
// CHECK: debug_value %29 : $C, let, name "x", {{.*}}, scope [[X2]]
13+
// CHECK: debug_value {{.*}} : $C, let, name "x", {{.*}}, scope [[X2]]
1414
// CHECK-NEXT: scope [[X2]]
1515
throw MyError()
1616
}

0 commit comments

Comments
 (0)