Skip to content

Commit 3edb39f

Browse files
committed
IRGen: repair the test on Windows (NFC)
1 parent c9bb593 commit 3edb39f

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 @@
1313
extension Int: P { }
1414
extension Array: P where Element: P { }
1515

16-
// CHECK: @"$s15marker_protocol1QMp" = {{(protected )?}}constant
16+
// CHECK: @"$s15marker_protocol1QMp" = {{(dllexport |protected )?}}constant
1717
// CHECK-SAME: i32 trunc{{.*}}s15marker_protocolMXM{{.*}}s15marker_protocol1QMp
1818
// CHECK-SAME: i32 0, i32 5, i32 0
1919
public protocol Q: P {

0 commit comments

Comments
 (0)