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

change ~ fixup paths (within tests)

This commit is contained in:
Roy Ivy III 2020-04-14 12:14:06 -05:00
parent 5aa2b039a5
commit 15b2bfca18

View file

@ -9,7 +9,7 @@
use common::util::*;
#[path = "../src/factor/sieve.rs"]
#[path = "../src/uu/factor/sieve.rs"]
mod sieve;
use self::sieve::Sieve;