about summary refs log tree commit diff
path: root/tests/run-make/wasm-custom-sections-opt/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/wasm-custom-sections-opt/rmake.rs')
-rw-r--r--tests/run-make/wasm-custom-sections-opt/rmake.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run-make/wasm-custom-sections-opt/rmake.rs b/tests/run-make/wasm-custom-sections-opt/rmake.rs
index 634683adc22..50916b1bf81 100644
--- a/tests/run-make/wasm-custom-sections-opt/rmake.rs
+++ b/tests/run-make/wasm-custom-sections-opt/rmake.rs
@@ -1,7 +1,6 @@
 //@ only-wasm32-wasip1
-extern crate run_make_support;
 
-use run_make_support::{tmp_dir, wasmparser, rustc};
+use run_make_support::{rustc, tmp_dir, wasmparser};
 use std::collections::HashMap;
 use std::path::Path;