Skip to content

Commit 180b77e

Browse files
authored
Merge pull request #17378 from slavapestov/update-tsan-swift4-test
Update Sanitizers/witness_table_lookup.swift test for Swift 4
2 parents 6b89415 + 33f1af8 commit 180b77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sanitizers/witness_table_lookup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protocol P {
3131
struct B<T : Q> : Q, Q2 {
3232
static func foo() { consume(type(of: self)) }
3333
}
34-
struct A<T : Q where T : Q2> : P {
34+
struct A<T : Q> : P where T : Q2 {
3535
typealias E = B<T>
3636
let value: T
3737
}

0 commit comments

Comments
 (0)