Merge branch 'post-04' into post-05

This commit is contained in:
Philipp Oppermann
2020-06-08 11:53:01 +02:00
5 changed files with 23 additions and 17 deletions

View File

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