-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The various changes over the last year or so broke testing with cargo xtest, but we can now use cargo test instead. Note that we had to remove the (admittedly redundant) declarations of `panic = "abort"` in both `dev` and `release` profiles in Cargo.toml, thanks to rust-lang/cargo#7359. The only thing left is the repeated deprecation warning from bootloader, tracked in rust-osdev/bootloader#107, which needs to be reopend at time of writing.
- Loading branch information
Showing
2 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters