Skip to content

Commit e715326

Browse files
committed
fix: remove FIXME comment that's no longer a problem
1 parent e3db2dc commit e715326

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/testsuite/tool_paths.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,6 @@ fn custom_runner_env() {
342342
p.cargo("run")
343343
.env(&key, "nonexistent-runner --foo")
344344
.with_status(101)
345-
// FIXME: Update "Caused by" error message once rust/pull/87704 is merged.
346-
// On Windows, changing to a custom executable resolver has changed the
347-
// error messages.
348345
.with_stderr_data(str![[r#"
349346
[COMPILING] foo v0.0.1 ([ROOT]/foo)
350347
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s

0 commit comments

Comments
 (0)