Skip to content

Commit 33f1af8

Browse files
committed
Update Sanitizers/witness_table_lookup.swift test for Swift 4
I missed this with my previous patch.
1 parent 6b89415 commit 33f1af8

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)