Skip to content

Commit 2ff8808

Browse files
committed
Fix test for Linux
1 parent 4808ed3 commit 2ff8808

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
@@ -11,7 +11,7 @@
1111
extension Int: P { }
1212
extension Array: P where Element: P { }
1313

14-
// CHECK: @"$s15marker_protocol1QMp" = constant
14+
// CHECK: @"$s15marker_protocol1QMp" = {{(protected )?}}constant
1515
// CHECK-SAME: i32 trunc{{.*}}s15marker_protocolMXM{{.*}}s15marker_protocol1QMp
1616
// CHECK-SAME: i32 0, i32 5, i32 0
1717
public protocol Q: P {

0 commit comments

Comments
 (0)