projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17572b8
)
Revert "Issue #5087 * fix broken test case"
author
Timothy Bess
<timbessmail@gmail.com>
Wed, 28 Feb 2018 21:17:33 +0000
(16:17 -0500)
committer
Timothy Bess
<timbessmail@gmail.com>
Wed, 28 Feb 2018 21:17:33 +0000
(16:17 -0500)
This reverts commit
17572b8
tests/testsuite/workspaces.rs
patch
|
blob
|
history
diff --git
a/tests/testsuite/workspaces.rs
b/tests/testsuite/workspaces.rs
index fadcf070ecaf1a8919d5eaa421a6bebee3dfe8b4..1d2bf33fc87ae0a193361e6e53b9e8d0ac73c67d 100644
(file)
--- a/
tests/testsuite/workspaces.rs
+++ b/
tests/testsuite/workspaces.rs
@@
-780,9
+780,9
@@
fn virtual_build_no_members() {
assert_that(p.cargo("build"),
execs().with_status(101)
.with_stderr("\
-
error: Workspace contains no members to be compiled.
\
- Be sure all workspace members haven't been excluded")
-
);
+
error: manifest path `[..]` contains no package: The manifest is virtual,
\
+and the workspace has no members.
+
")
);
}
#[test]