From a2d3783b451c0c19a5eb09b1ab9a1c66d81ab6ca Mon Sep 17 00:00:00 2001 From: Robert Imschweiler Date: Fri, 3 Apr 2026 12:03:28 +0200 Subject: [PATCH] [offload][libc] Adapt test to changes in #190239 (#190330) --- offload/test/libc/rpc_callback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offload/test/libc/rpc_callback.cpp b/offload/test/libc/rpc_callback.cpp index 75a942385082..06a076569aca 100644 --- a/offload/test/libc/rpc_callback.cpp +++ b/offload/test/libc/rpc_callback.cpp @@ -132,7 +132,7 @@ int sum_array(const int *arr, int n) { //===------------------------------------------------------------------------=== template -rpc::Status handleOpcodesImpl(rpc::Server::Port &Port) { +rpc::RPCStatus handleOpcodesImpl(rpc::Server::Port &Port) { switch (Port.get_opcode()) { case FOO_OPCODE: rpc::invoke(Port, foo);