Skip to content

Commit 0b2a4af

Browse files
committed
fixup! Update host-side error handling
1 parent 6389a01 commit 0b2a4af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ mod tests {
674674
#[ignore]
675675
#[cfg(target_os = "linux")]
676676
fn test_violate_seccomp_filters() -> Result<()> {
677+
#[cfg(feature = "seccomp")]
677678
use hyperlight_common::flatbuffer_wrappers::guest_error::ErrorCode;
678679

679680
fn make_get_pid_syscall() -> Result<u64> {

0 commit comments

Comments
 (0)