diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-06-09 01:39:32 +0500 |
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-06-11 17:49:03 +0500 |
| commit | 09940635d58804bbe913202b19ded0d2a27c7c05 (patch) | |
| tree | be9e7fe76ec2b55c9ca8f6a4cd26fd5af5ef4904 /tests/ui/empty-allocation-rvalue-non-null.rs | |
| parent | 8072811356a178dbdf8ca09b1635cfafd4661971 (diff) | |
| download | rust-09940635d58804bbe913202b19ded0d2a27c7c05.tar.gz rust-09940635d58804bbe913202b19ded0d2a27c7c05.zip | |
cleaned up some tests
Diffstat (limited to 'tests/ui/empty-allocation-rvalue-non-null.rs')
| -rw-r--r-- | tests/ui/empty-allocation-rvalue-non-null.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ui/empty-allocation-rvalue-non-null.rs b/tests/ui/empty-allocation-rvalue-non-null.rs deleted file mode 100644 index 0cd4fde73ed..00000000000 --- a/tests/ui/empty-allocation-rvalue-non-null.rs +++ /dev/null @@ -1,7 +0,0 @@ -//@ run-pass - -#![allow(unused_variables)] - -pub fn main() { - let x: () = *Box::new(()); -} |
