Skip to content

Commit f4740d7

Browse files
committed
Fix up tests
1 parent 5b1810e commit f4740d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/CollectionDiagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct CollectionWithBadSubSequence : Collection {
2323
fatalError("unreachable")
2424
}
2525

26-
// expected-note@+3 {{possibly intended match 'CollectionWithBadSubSequence.SubSequence' (aka 'OpaqueValue<Int8>') does not conform to 'Sequence'}}
26+
// expected-note@+3 {{possibly intended match}}
2727
// expected-note@+2 {{possibly intended match}}
2828
// expected-note@+1 {{possibly intended match}}
2929
typealias SubSequence = OpaqueValue<Int8>

0 commit comments

Comments
 (0)