Skip to content

Commit 766ec59

Browse files
committed
Fix DebugInfo/bbentry-location.swift for NSItemProvider Swift API change
1 parent a4484ff commit 766ec59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/bbentry-location.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ActionViewController
1717
// CHECK: @rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
1818
// Test that the location is reset at the entry of a new basic block.
1919
// CHECK: ![[DBG]] = {{.*}}line: 0
20-
if itemProvider.hasItemConforming(toTypeIdentifier: "") {
20+
if itemProvider.hasItemConformingToTypeIdentifier("") {
2121
weak var weakImageView = self.imageView
2222
itemProvider.loadItem(forTypeIdentifier: "", options: nil,
2323
completionHandler: { (image, error) in

0 commit comments

Comments
 (0)