Skip to content

Commit

Permalink
Fix a test that was not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Jan 8, 2025
1 parent f238258 commit 815b21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpclib-bndbuild/src/runners/fs/cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl<E: EventObserver> Runner for CpRunner<E> {
mod test {
use std::io::Write;

use crate::runners::cp::CpRunner;
use crate::runners::fs::cp::CpRunner;
use crate::runners::Runner;

#[test]
Expand Down

0 comments on commit 815b21e

Please sign in to comment.