Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed Oct 27, 2023
1 parent 6bce71a commit be4375e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_remove/invalid_section/stderr.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Removing docopt from build-dependencies
error: the dependency `docopt` could not be found in `build-dependencies`.
error: the dependency `docopt` could not be found in `build-dependencies`. But it was found in `dependencies`.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Removing semver from dev-dependencies
error: the dependency `semver` could not be found in `dev-dependencies`.
error: the dependency `semver` could not be found in `dev-dependencies`. But it was found in `dependencies`.
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_remove/invalid_target/stderr.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Removing dbus from dependencies for target `powerpc-unknown-linux-gnu`
error: the dependency `dbus` could not be found in `target.powerpc-unknown-linux-gnu.dependencies`.
error: the dependency `dbus` could not be found in `target.powerpc-unknown-linux-gnu.dependencies`. But it was found in `target.x86_64-unknown-linux-gnu.dependencies`.
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_remove/invalid_target_dep/stderr.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Removing toml from dependencies for target `x86_64-unknown-linux-gnu`
error: the dependency `toml` could not be found in `target.x86_64-unknown-linux-gnu.dependencies`.
error: the dependency `toml` could not be found in `target.x86_64-unknown-linux-gnu.dependencies`. But it was found in `dependencies`.

0 comments on commit be4375e

Please sign in to comment.