We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tier-check
1 parent 16ad385 commit 3aa58c6Copy full SHA for 3aa58c6
src/bootstrap/src/core/builder/tests.rs
@@ -1853,6 +1853,19 @@ mod snapshot {
1853
");
1854
}
1855
1856
+ #[test]
1857
+ fn test_tier_check() {
1858
+ let ctx = TestCtx::new();
1859
+ insta::assert_snapshot!(
1860
+ ctx.config("test")
1861
+ .path("tier-check")
1862
+ .render_steps(), @r"
1863
+ [build] llvm <host>
1864
+ [build] rustc 0 <host> -> rustc 1 <host>
1865
+ [build] rustc 1 <host> -> std 1 <host>
1866
+ ");
1867
+ }
1868
+
1869
#[test]
1870
fn doc_all() {
1871
let ctx = TestCtx::new();
0 commit comments