From e715326a9d0f9d4a7f7ce2c475040bf6fd476a9f Mon Sep 17 00:00:00 2001 From: motorailgun <28751910+motorailgun@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:38:44 +0000 Subject: [PATCH] fix: remove FIXME comment that's no longer a problem --- tests/testsuite/tool_paths.rs | 3 --- 1 file changed, 3 deletions(-) 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