Skip to content

Commit 63648ac

Browse files
committed
fix test
1 parent 45f0013 commit 63648ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/src/core/builder/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ mod dist {
637637
assert_eq!(first(builder.cache.all::<test::Crate>()), &[test::Crate {
638638
compiler: Compiler { host, stage: 0 },
639639
target: host,
640-
mode: Mode::Std,
640+
mode: crate::Mode::Std,
641641
crates: vec!["std".to_owned()],
642642
},]);
643643
}

0 commit comments

Comments
 (0)