Skip to content
/ rust Public
forked from rust-lang/rust

Commit 6b3531e

Browse files
authored
Rollup merge of rust-lang#139783 - jieyouxu:ignore-dir, r=Zalathar
Use `compiletest-ignore-dir` for bootstrap self-tests Follow-up to rust-lang#139705 and rust-lang#139740. I did another survey pass over `//@ ignore-test` under `tests/`, and this is the only 2 non-tests that should use `compiletest-ignore-dir`. r? `@Zalathar` (or compiler/bootstrap)
2 parents bf247c7 + f3344ef commit 6b3531e

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

tests/ui/bootstrap/self-test/a.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
//! Not used by compiler, this is used by bootstrap cli self-test.
2-
//@ ignore-test (used by bootstrap)

tests/ui/bootstrap/self-test/b.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
//! Not used by compiler, used by bootstrap cli self-test.
2-
//@ ignore-test (used by bootstrap)

tests/ui/bootstrap/self-test/compiletest-ignore-dir

Whitespace-only changes.

0 commit comments

Comments
 (0)