diff --git a/sv-parser-pp/src/preprocess.rs b/sv-parser-pp/src/preprocess.rs index 30252c4..f9f32c1 100644 --- a/sv-parser-pp/src/preprocess.rs +++ b/sv-parser-pp/src/preprocess.rs @@ -1066,7 +1066,7 @@ mod tests { fn include_sameline_keyword() { let include_paths = [testfile_path("")]; let ret = preprocess( - testfile_path("test10.sv"), + testfile_path("include_sameline_keyword.sv"), &HashMap::new(), &include_paths, false, diff --git a/sv-parser-pp/testcases/test10.sv b/sv-parser-pp/testcases/include_sameline_keyword.sv similarity index 100% rename from sv-parser-pp/testcases/test10.sv rename to sv-parser-pp/testcases/include_sameline_keyword.sv