diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-01-16 15:23:53 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-01 16:14:36 +0800 |
| commit | 223e0f1ce1dc7e06041f7226a661a653c0ddb3df (patch) | |
| tree | c53cafcb087f3bca83465b91ec30d628d333f4c4 | |
| parent | 16e5ea4ec43814abdec220ec834845b47b390a0b (diff) | |
| download | rust-223e0f1ce1dc7e06041f7226a661a653c0ddb3df.tar.gz rust-223e0f1ce1dc7e06041f7226a661a653c0ddb3df.zip | |
tests: fix incorrect comment
| -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 8a7461727d1..abb1fab7141 100644 --- a/tests/run-make/split-debuginfo/Makefile +++ b/tests/run-make/split-debuginfo/Makefile @@ -237,7 +237,7 @@ else # Some non-Windows, non-Darwin platforms are not stable, and some are. unpacked-lto: unpacked-lto-split unpacked-lto-single # - rmeta file added to rlib, no object files are generated and thus no debuginfo is generated - # - `.o` present (bitcode) + # - `.o` not present # - `.dwo` never created # - `.dwp` never created unpacked-lto-split: |
