Skip to content

Commit f95e943

Browse files
committed
Use compile-time macro env!
1 parent 9fbe80a commit f95e943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/tests/rmdir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// SPDX-License-Identifier: MIT
99
//
1010

11-
use plib::{run_test_with_checker, TestPlan};
11+
use plib::testing::{run_test_with_checker, TestPlan};
1212
use std::fs;
1313
use std::path::Path;
1414
use std::process::Output;

0 commit comments

Comments
 (0)