Skip to content

Commit 4946ada

Browse files
authored
H-5728: Replace double colon with hyphen in test names and snapshot filenames (#8132)
1 parent 6c9ee7c commit 4946ada

File tree

43 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1
-1
lines changed

β€Žlibs/@local/codegen/tests/standalone-types/main.rsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn main() -> ExitCode {
4646
let mut tests = Vec::new();
4747
for (type_id, name) in find_available_types() {
4848
for target in &targets {
49-
let test_name = format!("{name}::{target:?}");
49+
let test_name = format!("{name}-{target:?}");
5050
tests.push(Trial::test(test_name.clone(), move || {
5151
test_single_type(&test_name, type_id);
5252
Ok(())

0 commit comments

Comments
Β (0)