Relax test.

On Windows a separate .loc directive is emitted to introduce the function
epilogue, which is not there on other platforms.

rdar://116482190
This commit is contained in:
Adrian Prantl
2023-10-06 13:55:33 -07:00
parent a7e26b7279
commit 94754613d2

View File

@@ -7,9 +7,9 @@ func app() {
var x : Bool = true
x = !x
x = !x
// CHECK: .loc [[FILEID]] [[@LINE+3]] 1
// CHECK-NOT:.loc
// CHECK: .loc [[FILEID]] [[@LINE+2]] 1
// CHECK: ret
}
app()