Skip to content

Commit cca2d28

Browse files
committed
Fix test for Windows
1 parent c9d66f0 commit cca2d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/marker_protocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension Int: P { }
1313
extension Array: P where Element: P { }
1414

1515
// Note: no witness tables
16-
// CHECK: define swiftcc void @"$s15marker_protocol7genericyyxAA1PRzlF"(%swift.opaque* noalias nocapture %0, %swift.type* %T)
16+
// CHECK: swiftcc void @"$s15marker_protocol7genericyyxAA1PRzlF"(%swift.opaque* noalias nocapture %0, %swift.type* %T)
1717
public func generic<T: P>(_: T) { }
1818

1919
public func testGeneric(i: Int, array: [Int]) {

0 commit comments

Comments
 (0)