Update one more test for diagnostic change

This commit is contained in:
Doug Gregor
2025-11-08 10:53:58 -08:00
parent 020b69d4b6
commit d03427691b

View File

@@ -85,7 +85,7 @@ public func implicitlyInlinablePublic(arg: StructFromDirect = StructFromDirect()
localSPI()
spiFunctionFromDirect()
let _: AliasToDirect // expected-error {{AliasToDirect' aliases 'directs.StructFromDirect' and cannot be used in an embedded function not marked '@_neverEmitIntoClient' because 'directs' has been imported as implementation-only}}
let _: AliasToDirect // expected-error {{AliasToDirect' aliases 'directs.StructFromDirect' and cannot be used in an embedded function not marked '@export(interface)' because 'directs' has been imported as implementation-only}}
}
private func implicitlyInlinablePrivate(arg: StructFromDirect = StructFromDirect()) {