Skip to content

Commit 98f17bc

Browse files
rochamatcompEh2406
authored andcommitted
Adding cargo.rs file tests as cargo_command.rs.
1 parent c2ff988 commit 98f17bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/testsuite/cargo.rs renamed to tests/testsuite/cargo_command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use std::io::prelude::*;
44
use std::path::{Path, PathBuf};
55
use std::str;
66

7+
use cargo;
78
use cargotest::cargo_process;
89
use cargotest::support::paths::{self, CargoPathExt};
910
use cargotest::support::{execs, project, Project, basic_bin_manifest};

tests/testsuite/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mod build_script_env;
2929
mod build_script;
3030
mod cargo_alias_config;
3131
mod cargo_features;
32-
//mod cargo;
32+
mod cargo_command;
3333
mod cfg;
3434
mod check;
3535
mod clean;

0 commit comments

Comments
 (0)