Merge branch 'post-06' into post-07

This commit is contained in:
Philipp Oppermann
2020-06-08 12:05:05 +02:00
7 changed files with 24 additions and 23 deletions

View File

@@ -33,3 +33,8 @@ fn panic(info: &PanicInfo) -> ! {
fn panic(info: &PanicInfo) -> ! {
blog_os::test_panic_handler(info)
}
#[test_case]
fn trivial_assertion() {
assert_eq!(1, 1);
}