1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

tests: expand wildcard imports

This commit is contained in:
Daniel Hofstetter 2023-03-20 14:51:19 +01:00
parent b8f2f295a6
commit 6988eb7ec6
100 changed files with 107 additions and 107 deletions

View file

@ -6,8 +6,8 @@
extern crate unindent;
use self::unindent::*;
use crate::common::util::*;
use self::unindent::unindent;
use crate::common::util::TestScenario;
use std::env;
use std::fs::remove_file;
use std::fs::File;