Skip to content

Commit ed164aa

Browse files
committed
fix test case
1 parent 58bcbb2 commit ed164aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_marker_protocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ extension Array: P9 where Element: P9 { }
6666
protocol P10 { }
6767

6868
extension Array: P10 where Element: P10, Element: P8 { }
69-
// expected-error@-1{{conditional conformance to non-marker protocol 'P10' cannot depend on conformance of 'Element' to non-marker protocol 'P8'}}
69+
// expected-error@-1{{conditional conformance to non-marker protocol 'P10' cannot depend on conformance of 'Element' to marker protocol 'P8'}}

0 commit comments

Comments
 (0)