//! This module defines various types that the test runtime depends on and specifies what the
//! generic parameters are for them.
use crate*;
pub type TestVm<'g> = ;
pub type TestTrack<'g, D> = ;
pub type TestSystemConfig<'g> = ;
pub type TestKernel<'g, D> = ;
pub type TestSystemService<'g, D> = ;