mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Update all uses of cargo x* to cargo *
This commit is contained in:
@@ -340,7 +340,7 @@ use bootloader::{entry_point, BootInfo};
|
||||
#[cfg(test)]
|
||||
entry_point!(test_kernel_main);
|
||||
|
||||
/// Entry point for `cargo xtest`
|
||||
/// Entry point for `cargo test`
|
||||
#[cfg(test)]
|
||||
fn test_kernel_main(_boot_info: &'static BootInfo) -> ! {
|
||||
// like before
|
||||
|
||||
Reference in New Issue
Block a user