Skip to content

Commit 784bc24

Browse files
committed
fix
1 parent 845c136 commit 784bc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/test/Ice/location/TestI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ actor ServerLocator: TestLocator {
187187
return try await _registry.getObject(id)
188188
}
189189

190-
func getRegistry(current _: Ice.Current) -> Ice.LocatorRegistryPrx? {
190+
nonisolated func getRegistry(current _: Ice.Current) -> Ice.LocatorRegistryPrx? {
191191
return _registryPrx
192192
}
193193

0 commit comments

Comments
 (0)