Skip to content

Commit cad379f

Browse files
committed
test(remove): Reduce the fixture size
1 parent f7f2206 commit cad379f

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

tests/testsuite/cargo_remove/invalid_dep/in/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ semver = "0.1.0"
1212

1313
[dependencies]
1414
docopt = "0.6"
15-
rustc-serialize = "0.4"
1615
semver = "0.1"
17-
toml = "0.1"
18-
clippy = "0.4"
1916

2017
[dev-dependencies]
21-
regex = "0.1.1"
2218
serde = "1.0.90"
2319

2420
[features]

tests/testsuite/cargo_remove/invalid_dep/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ use cargo_test_support::Project;
99
#[cargo_test]
1010
fn case() {
1111
cargo_test_support::registry::init();
12-
cargo_test_support::registry::Package::new("clippy", "0.4.0+my-package").publish();
1312
cargo_test_support::registry::Package::new("docopt", "0.6.2+my-package").publish();
14-
cargo_test_support::registry::Package::new("regex", "0.1.1+my-package").publish();
15-
cargo_test_support::registry::Package::new("rustc-serialize", "0.4.0+my-package").publish();
16-
cargo_test_support::registry::Package::new("toml", "0.1.1+my-package").publish();
1713
cargo_test_support::registry::Package::new("semver", "0.1.1")
1814
.feature("std", &[])
1915
.publish();

tests/testsuite/cargo_remove/invalid_dep/out/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ semver = "0.1.0"
1212

1313
[dependencies]
1414
docopt = "0.6"
15-
rustc-serialize = "0.4"
1615
semver = "0.1"
17-
toml = "0.1"
18-
clippy = "0.4"
1916

2017
[dev-dependencies]
21-
regex = "0.1.1"
2218
serde = "1.0.90"
2319

2420
[features]

0 commit comments

Comments
 (0)