diff --git a/tests/testsuite/tool_paths.rs b/tests/testsuite/tool_paths.rs index 1321e4d78a0..0849f6375c6 100644 --- a/tests/testsuite/tool_paths.rs +++ b/tests/testsuite/tool_paths.rs @@ -342,9 +342,6 @@ fn custom_runner_env() { p.cargo("run") .env(&key, "nonexistent-runner --foo") .with_status(101) - // FIXME: Update "Caused by" error message once rust/pull/87704 is merged. - // On Windows, changing to a custom executable resolver has changed the - // error messages. .with_stderr_data(str![[r#" [COMPILING] foo v0.0.1 ([ROOT]/foo) [FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s