We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa918f0 commit ab1da46Copy full SHA for ab1da46
build_system/tests.rs
@@ -129,7 +129,7 @@ pub(crate) static REGEX_REPO: GitRepo = GitRepo::github(
129
130
pub(crate) static REGEX: CargoProject = CargoProject::new(®EX_REPO.source_dir(), "regex_target");
131
132
-pub(crate) static PORTABLE_SIMD_SRC: RelPath = RelPath::BUILD.join("coretests");
+pub(crate) static PORTABLE_SIMD_SRC: RelPath = RelPath::BUILD.join("portable-simd");
133
134
pub(crate) static PORTABLE_SIMD: CargoProject =
135
CargoProject::new(&PORTABLE_SIMD_SRC, "portable-simd_target");
0 commit comments