ppTests mv macro_LINE
This commit is contained in:
parent
a3d4898ec2
commit
12d43f8373
@ -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")
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user