From: Timothy Bess Date: Wed, 28 Feb 2018 21:17:33 +0000 (-0500) Subject: Revert "Issue #5087 * fix broken test case" X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~67^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7334fe42b855c854562dff1e7069d9e6d1b0e99d;p=cargo.git Revert "Issue #5087 * fix broken test case" This reverts commit 17572b8 --- diff --git a/tests/testsuite/workspaces.rs b/tests/testsuite/workspaces.rs index fadcf070e..1d2bf33fc 100644 --- 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]