mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
chore: Harden RVM implementation (#537)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
d626f75421
commit
740db8a0f5
@@ -702,6 +702,7 @@ mod tests {
|
||||
VmError::HostAwaitResponseMissing {
|
||||
dest,
|
||||
identifier: identifier.clone(),
|
||||
pc: 0,
|
||||
}
|
||||
)
|
||||
})?;
|
||||
@@ -712,6 +713,7 @@ mod tests {
|
||||
VmError::HostAwaitResponseMissing {
|
||||
dest,
|
||||
identifier: identifier.clone(),
|
||||
pc: 0,
|
||||
}
|
||||
)
|
||||
})?;
|
||||
@@ -722,6 +724,7 @@ mod tests {
|
||||
VmError::HostAwaitResponseMissing {
|
||||
dest,
|
||||
identifier: identifier.clone(),
|
||||
pc: 0,
|
||||
}
|
||||
)
|
||||
})?;
|
||||
|
||||
Reference in New Issue
Block a user