diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-04-14 15:28:41 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-04-14 15:28:41 +0800 |
| commit | f3344ef4bd57ac7609b40f1da75d685032e965f1 (patch) | |
| tree | 0127a56c112af21f129426d0734b1e59b6fcc28e | |
| parent | f836ae4e663b6e8938096b8559e094d18361be55 (diff) | |
| download | rust-f3344ef4bd57ac7609b40f1da75d685032e965f1.tar.gz rust-f3344ef4bd57ac7609b40f1da75d685032e965f1.zip | |
tests: use `compiletest-ignore-dir` for bootstrap self-tests
| -rw-r--r-- | tests/ui/bootstrap/self-test/a.rs | 1 | ||||
| -rw-r--r-- | tests/ui/bootstrap/self-test/b.rs | 1 | ||||
| -rw-r--r-- | tests/ui/bootstrap/self-test/compiletest-ignore-dir | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/bootstrap/self-test/a.rs b/tests/ui/bootstrap/self-test/a.rs index b8abd8179c9..0818665af9f 100644 --- a/tests/ui/bootstrap/self-test/a.rs +++ b/tests/ui/bootstrap/self-test/a.rs @@ -1,2 +1 @@ //! Not used by compiler, this is used by bootstrap cli self-test. -//@ ignore-test (used by bootstrap) diff --git a/tests/ui/bootstrap/self-test/b.rs b/tests/ui/bootstrap/self-test/b.rs index 5bbd2f946fe..aeb4688830d 100644 --- a/tests/ui/bootstrap/self-test/b.rs +++ b/tests/ui/bootstrap/self-test/b.rs @@ -1,2 +1 @@ //! Not used by compiler, used by bootstrap cli self-test. -//@ ignore-test (used by bootstrap) diff --git a/tests/ui/bootstrap/self-test/compiletest-ignore-dir b/tests/ui/bootstrap/self-test/compiletest-ignore-dir new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/tests/ui/bootstrap/self-test/compiletest-ignore-dir |
