diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-01-16 14:37:50 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-01 16:14:36 +0800 |
| commit | 16e5ea4ec43814abdec220ec834845b47b390a0b (patch) | |
| tree | 4e4391583b91b5cc6600b3a6880f2b774e9f9e68 | |
| parent | b06066341b72ecb5568809c28f8a441c1875aa27 (diff) | |
| download | rust-16e5ea4ec43814abdec220ec834845b47b390a0b.tar.gz rust-16e5ea4ec43814abdec220ec834845b47b390a0b.zip | |
tests: fix incorrect comment for wrong path remap scope
| -rw-r--r-- | tests/run-make/split-debuginfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/split-debuginfo/Makefile b/tests/run-make/split-debuginfo/Makefile index fcc80cb7fd8..8a7461727d1 100644 --- a/tests/run-make/split-debuginfo/Makefile +++ b/tests/run-make/split-debuginfo/Makefile @@ -150,7 +150,7 @@ else # Some non-Windows, non-Darwin platforms are not stable, and some are. rm $(TMPDIR)/$(call BIN,foo) # - Debuginfo in `.o` files - # - `.o` and binary refer to remapped `.o` paths which do not exist + # - `.o` and binary refer to un-remapped `.o` because the remap path scope is for macros. # - `.o` deleted # - `.dwo` never created # - `.dwp` present |
