aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/test/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-28 06:02:37 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-28 06:02:37 +0800
commitda5e1a21fce9a303767af4a6d3cab8f0d66e5c87 (patch)
tree30d33fce49a451788063c8cb2fbb0b8464198d12 /mingling_pathf/test/src/lib.rs
parent9e0372f9d148a7c340cfab93727a7a3d3db023df (diff)
test: move test fixtures into `test_proj` subdirectory
Diffstat (limited to 'mingling_pathf/test/src/lib.rs')
-rw-r--r--mingling_pathf/test/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_pathf/test/src/lib.rs b/mingling_pathf/test/src/lib.rs
index 9d393c2..742e9d0 100644
--- a/mingling_pathf/test/src/lib.rs
+++ b/mingling_pathf/test/src/lib.rs
@@ -4,7 +4,7 @@ use std::{collections::HashMap, env::current_dir};
#[test]
fn test_module_pathf() {
- let dir = current_dir().unwrap();
+ let dir = current_dir().unwrap().join("test_proj");
let mapping = mingling_pathf::module_pathf::analyze(&dir)
.unwrap()
.into_iter()