Skip to content

Commit

Permalink
update tests for rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-starlab committed Sep 10, 2021
1 parent 4cae394 commit 3f34aab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testsuite/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -935,9 +935,8 @@ fn dep_with_submodule() {
.with_stderr(
"\
[UPDATING] git repository [..]
[UPDATING] git submodule `file://[..]/deployment`
[COMPILING] deployment [..]
[COMPILING] base [..]
[UPDATING] git submodule `file://[..]/dep2`
[COMPILING] dep1 [..]
[COMPILING] foo [..]
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]\n",
)
Expand Down Expand Up @@ -1002,8 +1001,9 @@ fn dep_with_relative_submodule() {
.with_stderr(
"\
[UPDATING] git repository [..]
[UPDATING] git submodule `file://[..]/dep2`
[COMPILING] dep1 [..]
[UPDATING] git submodule `file://[..]/deployment`
[COMPILING] deployment [..]
[COMPILING] base [..]
[COMPILING] foo [..]
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]\n",
)
Expand Down

0 comments on commit 3f34aab

Please sign in to comment.