Skip to content

Commit a0ec3f4

Browse files
committed
Revert "Relax test"
This reverts commit be845f1.
1 parent 0f25f02 commit a0ec3f4

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 {{.*}} : $C, let, name "x", {{.*}}, scope [[X2]]
13+
// CHECK: debug_value %29 : $C, let, name "x", {{.*}}, scope [[X2]]
1414
// CHECK-NEXT: scope [[X2]]
1515
throw MyError()
1616
}

0 commit comments

Comments
 (0)