Skip to content

Commit f982277

Browse files
committed
Fix libcore tests
1 parent 9a453d4 commit f982277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/src/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ fn test_projects(env: &Env, args: &TestArg) -> Result<(), String> {
678678
fn test_libcore(env: &Env, args: &TestArg) -> Result<(), String> {
679679
// FIXME: create a function "display_if_not_quiet" or something along the line.
680680
println!("[TEST] libcore");
681-
let path = get_sysroot_dir().join("sysroot_src/library/core/tests");
681+
let path = get_sysroot_dir().join("sysroot_src/library/coretests");
682682
let _ = remove_dir_all(path.join("target"));
683683
run_cargo_command(&[&"test"], Some(&path), env, args)?;
684684
Ok(())

0 commit comments

Comments
 (0)