diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-03-07 16:10:29 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-04-25 13:40:36 +0200 |
| commit | fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab (patch) | |
| tree | 4f98d6541a9dceacde34a89f156bb588eb60c581 /src/bootstrap/test.rs | |
| parent | 999e6e5afb71d0fa6b5f67440278129aca12c67d (diff) | |
| download | rust-fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab.tar.gz rust-fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab.zip | |
Add a `sysroot` crate to represent the standard library crates
Diffstat (limited to 'src/bootstrap/test.rs')
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 601351ea8e3..38c086b8233 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -2163,7 +2163,7 @@ impl Step for Crate { const DEFAULT: bool = true; fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { - run.crate_or_deps("test") + run.crate_or_deps("sysroot") } fn make_run(run: RunConfig<'_>) { |
