ppTests mv macro_recursion_direct

This commit is contained in:
damc 2022-07-21 12:38:41 +02:00
parent 60e46303c5
commit e84429600f
2 changed files with 2 additions and 2 deletions

View File

@ -1026,9 +1026,9 @@ mod tests {
} }
#[test] #[test]
fn macro_direct_recursion() { fn macro_recursion_direct() {
let ret = preprocess( let ret = preprocess(
testfile_path("test7.sv"), testfile_path("macro_recursion_direct.sv"),
&HashMap::new(), &HashMap::new(),
&[] as &[String], &[] as &[String],
false, false,