Add a dependency on the alloc crate

This commit is contained in:
Philipp Oppermann
2019-06-17 16:55:10 +02:00
parent 45e1e99390
commit 48e2175bac

View File

@@ -5,6 +5,8 @@
#![test_runner(crate::test_runner)]
#![reexport_test_harness_main = "test_main"]
extern crate alloc;
use core::panic::PanicInfo;
pub mod gdt;