We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604d669 commit 13e8313Copy full SHA for 13e8313
src/bootstrap/src/core/builder/tests.rs
@@ -91,7 +91,7 @@ macro_rules! rustc {
91
#[test]
92
fn test_valid() {
93
// make sure multi suite paths are accepted
94
- check_cli(["test", "tests/ui/attr-start.rs", "tests/ui/attr-shebang.rs"]);
+ check_cli(["test", "tests/ui/bootstrap/self-test/a.rs", "tests/ui/bootstrap/self-test/b.rs"]);
95
}
96
97
tests/ui/bootstrap/self-test/a.rs
@@ -0,0 +1,2 @@
1
+//! Not used by compiler, this is used by bootstrap cli self-test.
2
+//@ ignore-test
tests/ui/bootstrap/self-test/b.rs
+//! Not used by compiler, used by bootstrap cli self-test.
0 commit comments