Skip to content

Commit 83b2382

Browse files
committed
Fix test
1 parent fa680d2 commit 83b2382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#![feature(alloc_error_handler)]
66
#![cfg_attr(not(test), no_std)]
77
extern crate alloc;
8+
#[cfg(not(test))]
89
extern crate compiler_builtins;
910

1011
pub mod allocator;

0 commit comments

Comments
 (0)