about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-verify-output-files/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/rustdoc-verify-output-files/rmake.rs')
-rw-r--r--tests/run-make/rustdoc-verify-output-files/rmake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-verify-output-files/rmake.rs b/tests/run-make/rustdoc-verify-output-files/rmake.rs
index 940503bf85f..d1ff2e330f5 100644
--- a/tests/run-make/rustdoc-verify-output-files/rmake.rs
+++ b/tests/run-make/rustdoc-verify-output-files/rmake.rs
@@ -1,4 +1,4 @@
-use run_make_support::fs as rfs;
+use run_make_support::rfs;
 use std::path::{Path, PathBuf};
 
 use run_make_support::{assert_dirs_are_equal, rustdoc};