Skip to content

Commit caf78cd

Browse files
committed
Update test
1 parent 533a744 commit caf78cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/existential_shape_metadata_noncopyable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public protocol QNC<A>: ~Copyable {
1111
public struct NCStruct: ~Copyable { }
1212

1313

14-
public func testNoncopyableConcrete() -> (Any & ~Copyable).Type {
14+
public func testNoncopyableConcrete() -> any ~Copyable.Type {
1515
return (any QNC<NCStruct>).self
1616
}

0 commit comments

Comments
 (0)