about summary refs log tree commit diff
path: root/tests/run-make/compressed-debuginfo
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2024-08-10 18:06:10 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2024-08-10 18:06:10 +0000
commit141d9dc3a57ebadc229b7eec7df4357c3aa15620 (patch)
tree7e8818f989c2e8f193eb6d6d5930aee677a1f638 /tests/run-make/compressed-debuginfo
parent19469cb536af8cdd7b0d3f6960e7815b218577c2 (diff)
downloadrust-141d9dc3a57ebadc229b7eec7df4357c3aa15620.tar.gz
rust-141d9dc3a57ebadc229b7eec7df4357c3aa15620.zip
remove unused imports from rmake tests
Diffstat (limited to 'tests/run-make/compressed-debuginfo')
-rw-r--r--tests/run-make/compressed-debuginfo/rmake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/compressed-debuginfo/rmake.rs b/tests/run-make/compressed-debuginfo/rmake.rs
index 3a656f28c22..5ba1a1852d5 100644
--- a/tests/run-make/compressed-debuginfo/rmake.rs
+++ b/tests/run-make/compressed-debuginfo/rmake.rs
@@ -5,7 +5,7 @@
 
 // FIXME: This test isn't comprehensive and isn't covering all possible combinations.
 
-use run_make_support::{assert_contains, cmd, llvm_readobj, run_in_tmpdir, rustc};
+use run_make_support::{assert_contains, llvm_readobj, run_in_tmpdir, rustc};
 
 fn check_compression(compression: &str, to_find: &str) {
     run_in_tmpdir(|| {