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