We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81860b3 commit 03528ddCopy full SHA for 03528dd
example-kernels/tester/tests/integration_tests/test-basic-boot.rs
@@ -2,7 +2,7 @@
2
#![cfg_attr(not(test), no_main)] // disable all Rust-level entry points
3
#![cfg_attr(test, allow(unused_imports))]
4
5
-use testing::{exit_qemu, ExitCode};
+use tester::{exit_qemu, ExitCode};
6
use core::panic::PanicInfo;
7
8
/// This function is the entry point, since the linker looks for a function
example-kernels/tester/tests/integration_tests/test-panic.rs
#![cfg_attr(not(test), no_main)]
#[cfg(not(test))]
0 commit comments