mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Add internal fatal error code
This commit is contained in:
@@ -292,7 +292,10 @@ TEST_F(WasmVMTest, FatalHostErrorStopsRun)
|
||||
return std::unexpected(refused);
|
||||
});
|
||||
|
||||
for (auto const error : {HostFunctionError::Unimplemented, HostFunctionError::NoMemExported})
|
||||
for (auto const error :
|
||||
{HostFunctionError::InternalFatal,
|
||||
HostFunctionError::Unimplemented,
|
||||
HostFunctionError::NoMemExported})
|
||||
{
|
||||
refused = error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user