Skip to content

Commit 66fc105

Browse files
committed
chore: Created testsuite prelude
1 parent 47312c4 commit 66fc105

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/testsuite/main.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,12 @@ mod weak_dep_features;
193193
mod workspaces;
194194
mod yank;
195195

196-
use cargo_test_support::prelude::*;
196+
use crate::prelude::*;
197+
198+
pub mod prelude {
199+
pub use cargo_test_support::prelude::*;
200+
pub use cargo_test_support::CargoCommandExt;
201+
}
197202

198203
#[cargo_test]
199204
fn aaa_trigger_cross_compile_disabled_check() {

0 commit comments

Comments
 (0)