summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/boot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/boot.rs b/tests/boot.rs
index d5f52dc..c60ba4b 100644
--- a/tests/boot.rs
+++ b/tests/boot.rs
@@ -13,8 +13,8 @@ use std::sync::Once;
 
 use libc::{cpu_set_t, sched_getaffinity};
 
+use arch::{SerialParameters, SerialType};
 use crosvm::{linux, Config, Executable};
-use devices::{SerialParameters, SerialType};
 use sys_util::syslog;
 
 const CHROOT_KERNEL_PATH: &str = "/mnt/host/source/src/third_party/kernel/v4.19/";