Skip to content

Commit d034276

Browse files
committed
Update one more test for diagnostic change
1 parent 020b69d commit d034276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/implementation-only-import-embedded.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public func implicitlyInlinablePublic(arg: StructFromDirect = StructFromDirect()
8585
localSPI()
8686
spiFunctionFromDirect()
8787

88-
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}}
88+
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}}
8989
}
9090

9191
private func implicitlyInlinablePrivate(arg: StructFromDirect = StructFromDirect()) {

0 commit comments

Comments
 (0)