Skip to content

Commit

Permalink
Fix a test in the bootstrap test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 20, 2019
1 parent 130c6ec commit e7f4fb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bootstrap/builder/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ fn dist_with_same_targets_and_hosts() {
compiler: Compiler { host: a, stage: 1 },
target: b,
},
compile::Std {
compiler: Compiler { host: a, stage: 2 },
target: b,
},
]
);
assert_eq!(
Expand Down

0 comments on commit e7f4fb3

Please sign in to comment.