From 16e5ea4ec43814abdec220ec834845b47b390a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:37:50 +0800 Subject: [PATCH] tests: fix incorrect comment for wrong path remap scope --- tests/run-make/split-debuginfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-make/split-debuginfo/Makefile b/tests/run-make/split-debuginfo/Makefile index fcc80cb7fd80..8a7461727d18 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