From d2ef0e78dab061908eea849a8d0c7af84d1eba45 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sat, 9 Nov 2024 10:36:09 -0800 Subject: [PATCH] Fix cross-package tests for rename --- tests/workspace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/workspace.rs b/tests/workspace.rs index 45b5c026..37028c4b 100644 --- a/tests/workspace.rs +++ b/tests/workspace.rs @@ -329,7 +329,7 @@ fn cross_package_tests() { .env_remove("RUST_BACKTRACE") .assert() .stderr( - "Error: Some package names in test-package are not present in the workspace: tests\n", + "Error: Some package names in --test-package are not present in the workspace: tests\n", ) .code(1);