ppTests mv macro_recursion_direct
This commit is contained in:
parent
60e46303c5
commit
e84429600f
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user