Skip to content

Commit 1053189

Browse files
committed
[ownership] Remove -disable-sil-ownership-verifier from a test.
I think this was just missed when I was enabling the ownership verifier. It passes now without my doing anything.
1 parent 8adca54 commit 1053189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Profiler/coverage_invalid_loc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -disable-sil-ownership-verifier -Xllvm -sil-full-demangle -profile-generate -profile-coverage-mapping -emit-sorted-sil -emit-sil -module-name coverage_invalid_loc %s | %FileCheck %s
1+
// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -profile-generate -profile-coverage-mapping -emit-sorted-sil -emit-sil -module-name coverage_invalid_loc %s | %FileCheck %s
22
// RUN: %target-swift-frontend -profile-generate -profile-coverage-mapping -emit-ir %s
33

44
// The implicit tuple and array exprs formed to call `dynamicallyCall`

0 commit comments

Comments
 (0)