[Constraint system] Minor fixes / test updates for function builders.

This commit is contained in:
Doug Gregor
2020-01-09 16:33:13 -08:00
parent 5b320992ea
commit 142b3ad538
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ struct Summer {
// CHECK-LABEL: sil_coverage_map {{.*}} "$s24coverage_functon_builder5test0SiyF"
@Summer
func test0() -> Int {
// CHECK: [[@LINE-1]]:21 -> [[@LINE+3]]:2 : 0
// CHECK: [[@LINE-1]]:21 -> [[@LINE+2]]:5 : 0
18
12
}
@@ -21,7 +21,7 @@ func test0() -> Int {
// CHECK-LABEL: sil_coverage_map {{.*}} "$s24coverage_functon_builder5test1SiyF"
@Summer
func test1() -> Int {
// CHECK: [[@LINE-1]]:21 -> [[@LINE+7]]:2 : 0
// CHECK: [[@LINE-1]]:21 -> [[@LINE+6]]:4 : 0
18
12
if 7 < 23 {