Skip to content

Commit

Permalink
Move check-ui to fulldeps so librustc is available
Browse files Browse the repository at this point in the history
As per @alexcrichton's comment in #38607.
  • Loading branch information
estebank committed Jan 7, 2017
1 parent e72b203 commit c999221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
"codegen-units");
suite("check-incremental", "src/test/incremental", "incremental",
"incremental");
suite("check-ui", "src/test/ui", "ui", "ui");
}

if build.config.build.contains("msvc") {
Expand Down Expand Up @@ -363,6 +362,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
});
};

suite("check-ui", "src/test/ui", "ui", "ui");
suite("check-rpass-full", "src/test/run-pass-fulldeps",
"run-pass", "run-pass-fulldeps");
suite("check-rfail-full", "src/test/run-fail-fulldeps",
Expand Down

0 comments on commit c999221

Please sign in to comment.