mirror of
https://github.com/uutils/coreutils.git
synced 2025-08-16 00:30:53 +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::*;
|
||||
|
||||
#[path = "../src/uu/factor/sieve.rs"]
|
||||
#[path = "../../src/uu/factor/sieve.rs"]
|
||||
mod sieve;
|
||||
use self::sieve::Sieve;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue