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 846e377 commit a3ef817Copy full SHA for a3ef817
src/bootstrap/src/core/builder/tests.rs
@@ -2116,6 +2116,19 @@ mod snapshot {
2116
");
2117
}
2118
2119
+ #[test]
2120
+ fn test_tier_check() {
2121
+ let ctx = TestCtx::new();
2122
+ insta::assert_snapshot!(
2123
+ ctx.config("test")
2124
+ .path("tier-check")
2125
+ .render_steps(), @r"
2126
+ [build] llvm <host>
2127
+ [build] rustc 0 <host> -> rustc 1 <host>
2128
+ [build] rustc 1 <host> -> std 1 <host>
2129
+ ");
2130
+ }
2131
+
2132
#[test]
2133
fn doc_all() {
2134
let ctx = TestCtx::new();
0 commit comments