diff options
| -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 |
