Skip to content

Commit 756effd

Browse files
committed
remove invalid noexcept from IPC test helper func
1 parent f2a64d0 commit 756effd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ipcAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct provider_mock_ipc_huge_handle : public provider_mock_ipc {
143143
}
144144

145145
umf_result_t ext_get_ipc_handle(const void *ptr, size_t size,
146-
void *providerIpcData) noexcept {
146+
void *providerIpcData) {
147147
(void)ptr;
148148
(void)size;
149149
(void)providerIpcData;

0 commit comments

Comments
 (0)