Skip to content

Commit a07b1d6

Browse files
committed
[Coverage] Require objc_interop for an ObjC destructor test
1 parent ecae403 commit a07b1d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILGen/coverage_deinit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -suppress-warnings -profile-generate -profile-coverage-mapping -emit-sorted-sil -emit-sil -module-name coverage_deinit %s | %FileCheck %s
2+
// REQUIRES: objc_interop
23

34
import Foundation
45

0 commit comments

Comments
 (0)