Rollup merge of #139783 - jieyouxu:ignore-dir, r=Zalathar

Use `compiletest-ignore-dir` for bootstrap self-tests

Follow-up to #139705 and #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)
This commit is contained in:
Matthias Krüger 2025-04-14 21:55:38 +02:00 committed by GitHub
commit 6b3531e915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 2 deletions

View file

@ -1,2 +1 @@
//! Not used by compiler, this is used by bootstrap cli self-test.
//@ ignore-test (used by bootstrap)

View file

@ -1,2 +1 @@
//! Not used by compiler, used by bootstrap cli self-test.
//@ ignore-test (used by bootstrap)