waterboxhost: Add missing import, tests now run
This commit is contained in:
parent
ff57303821
commit
4217be1528
|
@ -1,5 +1,6 @@
|
||||||
#![cfg(test)]
|
#![cfg(test)]
|
||||||
|
|
||||||
|
use core::arch::asm;
|
||||||
use std::mem::transmute;
|
use std::mem::transmute;
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue