Skip to content

Commit 88fe9c5

Browse files
committed
Update test with the right metatype
1 parent 3c1a6ab commit 88fe9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/objc_bridge_categories.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import AppKit
99

1010
func testStringBridge(_ str: String) {
1111
var str2 = str.nsStringMethod()!
12-
var int = String.nsStringClassMethod()
12+
var int = NSString.nsStringClassMethod()
1313
var str3 = str.nsStringProperty!
1414

1515
// Make sure the types worked out as expected

0 commit comments

Comments
 (0)