diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-04-17 18:17:30 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-04-17 19:45:28 +0800 |
| commit | 6c5a481f939d85b12f358b0be26dcf62aac568e0 (patch) | |
| tree | 9d0df3cea0fffecc56bdbea6db88fa4619dd15fe | |
| parent | 89cac55bb85e91ad4d90f9e0bcf0c0e065b88a7d (diff) | |
| download | rust-6c5a481f939d85b12f358b0be26dcf62aac568e0.tar.gz rust-6c5a481f939d85b12f358b0be26dcf62aac568e0.zip | |
tests: remove unused auxiliaries under `tests/ui/directory_ownership/`
3 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/directory_ownership/mod_file_not_owning_aux1.rs b/tests/ui/directory_ownership/mod_file_not_owning_aux1.rs deleted file mode 100644 index 6d6884fef04..00000000000 --- a/tests/ui/directory_ownership/mod_file_not_owning_aux1.rs +++ /dev/null @@ -1,6 +0,0 @@ -//@ ignore-test this is not a test - -macro_rules! m { - () => { mod mod_file_not_owning_aux2; } -} -m!(); diff --git a/tests/ui/directory_ownership/mod_file_not_owning_aux2.rs b/tests/ui/directory_ownership/mod_file_not_owning_aux2.rs deleted file mode 100644 index 76f1c1a7276..00000000000 --- a/tests/ui/directory_ownership/mod_file_not_owning_aux2.rs +++ /dev/null @@ -1 +0,0 @@ -//@ ignore-test this is not a test diff --git a/tests/ui/directory_ownership/mod_file_not_owning_aux3.rs b/tests/ui/directory_ownership/mod_file_not_owning_aux3.rs deleted file mode 100644 index 96a5780d971..00000000000 --- a/tests/ui/directory_ownership/mod_file_not_owning_aux3.rs +++ /dev/null @@ -1,3 +0,0 @@ -//@ ignore-test this is not a test - -mod mod_file_not_owning_aux2; |
