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 e8a792d commit 67d70fdCopy full SHA for 67d70fd
src/bootstrap/src/core/builder/tests.rs
@@ -1930,6 +1930,19 @@ mod snapshot {
1930
");
1931
}
1932
1933
+ #[test]
1934
+ fn test_tier_check() {
1935
+ let ctx = TestCtx::new();
1936
+ insta::assert_snapshot!(
1937
+ ctx.config("test")
1938
+ .path("tier-check")
1939
+ .render_steps(), @r"
1940
+ [build] llvm <host>
1941
+ [build] rustc 0 <host> -> rustc 1 <host>
1942
+ [build] rustc 1 <host> -> std 1 <host>
1943
+ ");
1944
+ }
1945
+
1946
#[test]
1947
fn doc_all() {
1948
let ctx = TestCtx::new();
0 commit comments