Skip to content

Commit 770912e

Browse files
committed
Fix test case
1 parent 5f4e024 commit 770912e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/attr/attr_specialize.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ public protocol Proto: class {
182182
}
183183

184184
@_specialize(where T: _RefCountedObject)
185-
// expected-warning@-1{{redundant layout constraint 'T' : '_RefCountedObject'}}
186185
@_specialize(where T: _Trivial)
187186
// expected-error@-1{{generic parameter 'T' has conflicting layout constraints '_Trivial' and '_NativeClass'}}
188187
@_specialize(where T: _Trivial(64))

0 commit comments

Comments
 (0)