Skip to content

Commit a968b06

Browse files
committed
Fix compilation issue for test
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent 84c4355 commit a968b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hyperlight_host/src/hypervisor/hyperv_linux.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ impl Drop for HypervLinuxDriver {
10871087
#[cfg(test)]
10881088
mod tests {
10891089
use super::*;
1090+
#[cfg(feature = "unwind_guest")]
10901091
use crate::mem::exe::DummyUnwindInfo;
10911092
use crate::mem::memory_region::MemoryRegionVecBuilder;
10921093
use crate::mem::shared_mem::{ExclusiveSharedMemory, SharedMemory};

0 commit comments

Comments
 (0)