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