macro_rules! test_file {
($file_name:expr) => { ... };
}
👎Deprecated: internal API that will be removed
Expand description
References a test input file.
macro_rules! test_file {
($file_name:expr) => { ... };
}
References a test input file.