ppTests mv macro_parameters_multiline
This commit is contained in:
parent
493fa21594
commit
b9f90114da
@ -980,7 +980,7 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn macro_parameters_multiline() {
|
fn macro_parameters_multiline() {
|
||||||
let (ret, _) = preprocess(
|
let (ret, _) = preprocess(
|
||||||
testfile_path("test4.sv"),
|
testfile_path("macro_parameters_multiline.sv"),
|
||||||
&HashMap::new(),
|
&HashMap::new(),
|
||||||
&[] as &[String],
|
&[] as &[String],
|
||||||
false,
|
false,
|
||||||
@ -989,7 +989,7 @@ mod tests {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
ret.text(),
|
ret.text(),
|
||||||
testfile_contents("expected/macro_parameters_multiline")
|
testfile_contents("expected/macro_parameters_multiline.sv")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user