tests: update for rfs rename

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-07-17 13:31:38 +00:00
parent 1f1bf4c71b
commit d69cc1ccbf
80 changed files with 80 additions and 82 deletions

View file

@ -2,7 +2,7 @@
// (in this case, foo.py and foo.natvis) are picked up when compiling incrementally.
// See https://github.com/rust-lang/rust/pull/111641
use run_make_support::{fs as rfs, invalid_utf8_contains, invalid_utf8_not_contains, rustc};
use run_make_support::{invalid_utf8_contains, invalid_utf8_not_contains, rfs, rustc};
use std::io::Read;
fn main() {