about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-verify-output-files/rmake.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-07-17 13:31:38 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-07-17 13:34:18 +0000
commitd69cc1ccbf9d25225add138a4b0f6ee424d0d59a (patch)
treedd009df6c03b405398344bbb3935d8f2b2c6f077 /tests/run-make/rustdoc-verify-output-files/rmake.rs
parent1f1bf4c71b73351193fbcb0deff298b17884c9cf (diff)
downloadrust-d69cc1ccbf9d25225add138a4b0f6ee424d0d59a.tar.gz
rust-d69cc1ccbf9d25225add138a4b0f6ee424d0d59a.zip
tests: update for `rfs` rename
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};