Skip to content

Commit 2c9658b

Browse files
committed
remove unnecessary difftests:: prepend
1 parent 5fc08d6 commit 2c9658b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/difftests/bin/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn main() -> Result<()> {
121121
if filter.contains('/') {
122122
// Convert path-like filter to test name format
123123
let path_filter = filter.replace('/', "::");
124-
format!("difftests::{}", path_filter)
124+
format!("{}", path_filter)
125125
} else {
126126
filter
127127
}

0 commit comments

Comments
 (0)