ppTests mv include_sameline_keyword

This commit is contained in:
damc 2022-07-21 12:42:14 +02:00
parent 25783f0589
commit 2635d27193
2 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ mod tests {
fn include_sameline_keyword() { fn include_sameline_keyword() {
let include_paths = [testfile_path("")]; let include_paths = [testfile_path("")];
let ret = preprocess( let ret = preprocess(
testfile_path("test10.sv"), testfile_path("include_sameline_keyword.sv"),
&HashMap::new(), &HashMap::new(),
&include_paths, &include_paths,
false, false,