Skip to content

Commit be845f1

Browse files
committed
Relax test
1 parent 6860238 commit be845f1

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)