File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github(
125
125
) ;
126
126
127
127
pub ( crate ) static PORTABLE_SIMD : CargoProject =
128
- CargoProject :: new ( & PORTABLE_SIMD_REPO . source_dir ( ) , "portable_simd_target " ) ;
128
+ CargoProject :: new ( & PORTABLE_SIMD_REPO . source_dir ( ) , "portable-simd_target " ) ;
129
129
130
- static LIBCORE_TESTS_SRC : RelPath = RelPath :: BUILD . join ( "coretests_src " ) ;
130
+ static LIBCORE_TESTS_SRC : RelPath = RelPath :: BUILD . join ( "coretests " ) ;
131
131
132
- static LIBCORE_TESTS : CargoProject = CargoProject :: new ( & LIBCORE_TESTS_SRC , "core_tests " ) ;
132
+ static LIBCORE_TESTS : CargoProject = CargoProject :: new ( & LIBCORE_TESTS_SRC , "coretests_target " ) ;
133
133
134
134
const EXTENDED_SYSROOT_SUITE : & [ TestCase ] = & [
135
135
TestCase :: custom ( "test.rust-random/rand" , & |runner| {
You can’t perform that action at this time.
0 commit comments