mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests ~ (test_factor.rs) fix module import path
This commit is contained in:
parent
de0375f909
commit
b10649f14f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
use crate::common::util::*;
|
use crate::common::util::*;
|
||||||
|
|
||||||
#[path = "../src/uu/factor/sieve.rs"]
|
#[path = "../../src/uu/factor/sieve.rs"]
|
||||||
mod sieve;
|
mod sieve;
|
||||||
use self::sieve::Sieve;
|
use self::sieve::Sieve;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue