Skip to content

Commit ba5c6c3

Browse files
committed
Replace dashes in the filenames of the new tests with underscores to avoid issues with Windows
1 parent 55206d5 commit ba5c6c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/run-pass/struct-variant-xc.rs renamed to src/test/run-pass/struct_variant_xc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// aux-build:struct-variant-xc-aux.rs
11+
// aux-build:struct_variant_xc_aux.rs
1212
extern mod struct_variant_xc_aux;
1313

1414
use struct_variant_xc_aux::Variant;

0 commit comments

Comments
 (0)