Revert "Issue #5087 * fix broken test case"
authorTimothy Bess <timbessmail@gmail.com>
Wed, 28 Feb 2018 21:17:33 +0000 (16:17 -0500)
committerTimothy Bess <timbessmail@gmail.com>
Wed, 28 Feb 2018 21:17:33 +0000 (16:17 -0500)
This reverts commit 17572b8

tests/testsuite/workspaces.rs

index fadcf070ecaf1a8919d5eaa421a6bebee3dfe8b4..1d2bf33fc87ae0a193361e6e53b9e8d0ac73c67d 100644 (file)
@@ -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]