Add tests for VM tracing.
This commit is contained in:
@@ -52,6 +52,13 @@ macro_rules! mapx {
|
||||
}
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! vecx {
|
||||
( $( $x:expr ),* ) => {
|
||||
vec![ $( From::from($x) ),* ]
|
||||
}
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! x {
|
||||
( $x:expr ) => {
|
||||
|
||||
Reference in New Issue
Block a user