ppTests mv macro_LINE

This commit is contained in:
damc 2022-07-21 12:20:28 +02:00
parent a3d4898ec2
commit 12d43f8373
3 changed files with 2 additions and 2 deletions

View File

@ -1079,7 +1079,7 @@ mod tests {
#[allow(non_snake_case)]
fn macro_LINE() {
let (ret, _) = preprocess(
testfile_path("test11.sv"),
testfile_path("macro_LINE.sv"),
&HashMap::new(),
&[] as &[String],
false,
@ -1088,7 +1088,7 @@ mod tests {
.unwrap();
assert_eq!(
ret.text(),
testfile_contents("expected/macro_LINE")
testfile_contents("expected/macro_LINE.sv")
);
}