diff options
| author | Yotam Ofek <yotam.ofek@gmail.com> | 2025-02-27 13:20:52 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-02-27 13:22:46 +0000 |
| commit | 0881dba5d38331ecb0a4b4e259d77cf57b95636f (patch) | |
| tree | f20e14c369b13dd149da814b09e65ce658025681 | |
| parent | 660241d1d47ac939e88163bab747c853be82eac0 (diff) | |
| download | rust-0881dba5d38331ecb0a4b4e259d77cf57b95636f.tar.gz rust-0881dba5d38331ecb0a4b4e259d77cf57b95636f.zip | |
Move "unused_exter_crate" test from rustdoc-ui to rustdoc
| -rw-r--r-- | tests/rustdoc/auxiliary/panic-item.rs (renamed from tests/rustdoc-ui/auxiliary/panic-item.rs) | 0 | ||||
| -rw-r--r-- | tests/rustdoc/unused-extern-crate.rs (renamed from tests/rustdoc-ui/unused-extern-crate.rs) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/auxiliary/panic-item.rs b/tests/rustdoc/auxiliary/panic-item.rs index ccf784f7284..ccf784f7284 100644 --- a/tests/rustdoc-ui/auxiliary/panic-item.rs +++ b/tests/rustdoc/auxiliary/panic-item.rs diff --git a/tests/rustdoc-ui/unused-extern-crate.rs b/tests/rustdoc/unused-extern-crate.rs index 62fd51aba9a..cdc00fd313a 100644 --- a/tests/rustdoc-ui/unused-extern-crate.rs +++ b/tests/rustdoc/unused-extern-crate.rs @@ -1,2 +1,2 @@ -//@ check-pass //@ aux-crate:panic_item=panic-item.rs +//@ has unused_extern_crate/index.html |
