projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a681f
)
Issue #5087
author
Timothy Bess
<timbessmail@gmail.com>
Wed, 28 Feb 2018 21:12:34 +0000
(16:12 -0500)
committer
Timothy Bess
<timbessmail@gmail.com>
Wed, 28 Feb 2018 21:12:34 +0000
(16:12 -0500)
* fix broken test case
tests/testsuite/workspaces.rs
patch
|
blob
|
history
diff --git
a/tests/testsuite/workspaces.rs
b/tests/testsuite/workspaces.rs
index 1d2bf33fc87ae0a193361e6e53b9e8d0ac73c67d..fadcf070ecaf1a8919d5eaa421a6bebee3dfe8b4 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: manifest path `[..]` contains no package: The manifest is virtual,
\
-and the workspace has no members.
-
")
);
+
error: Workspace contains no members to be compiled.
\
+ Be sure all workspace members haven't been excluded")
+
);
}
#[test]