Skip to content

Commit

Permalink
test a different crate for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 15, 2018
1 parent 05dca24 commit 63d6629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ stage = 1
/// Check multi stage sysroot builds with `xargo test`
#[cfg(feature = "dev")]
#[test]
fn compiler_builtins() {
fn alloc() {
fn run() -> Result<()> {
let project = HProject::new(false)?;

Expand All @@ -794,7 +794,7 @@ fn compiler_builtins() {
[dependencies.core]
stage = 0
[dependencies.compiler_builtins]
[dependencies.alloc]
stage = 1
",
)?;
Expand Down

0 comments on commit 63d6629

Please sign in to comment.