Skip to content

Commit 5d153e3

Browse files
Update tests/runner/src/lib.rs
Co-authored-by: Philipp Oppermann <[email protected]>
1 parent d18076e commit 5d153e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub fn run_test_kernel_on_uefi_pxe(out_tftp_path: &Path) {
8787
run_qemu(args);
8888
}
8989

90-
#[allow(dead_code)]
90+
#[cfg(any(feature = "uefi", feature = "bios"))]
9191
fn run_qemu<'a, A>(args: A)
9292
where
9393
A: IntoIterator<Item = &'a str>,

0 commit comments

Comments
 (0)