Merge branch 'post-05' into post-06

This commit is contained in:
Philipp Oppermann
2020-06-08 11:57:12 +02:00
6 changed files with 23 additions and 22 deletions

View File

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