Author: Aiden Grossman
Date: 2026-08-31T12:17:49-07:00
New Revision: f5bd6a07bb57947e780dbdabeb94afe126465a9b

URL: 
https://github.com/llvm/llvm-project/commit/f5bd6a07bb57947e780dbdabeb94afe126465a9b
DIFF: 
https://github.com/llvm/llvm-project/commit/f5bd6a07bb57947e780dbdabeb94afe126465a9b.diff

LOG: [dsymutil] Update test after docs md renaming (#220060)

The PR #219624 renamed the documentation file which was referenced in
the test. Update the test so it passes.

Added: 
    

Modified: 
    llvm/test/tools/dsymutil/cmdline.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/dsymutil/cmdline.test 
b/llvm/test/tools/dsymutil/cmdline.test
index 4a3bff2bbf2d8..8a7356fc58773 100644
--- a/llvm/test/tools/dsymutil/cmdline.test
+++ b/llvm/test/tools/dsymutil/cmdline.test
@@ -1,5 +1,5 @@
 RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=HELP 
%s
-RUN: cat %S/../../../docs/CommandGuide/dsymutil.rst  | FileCheck %s
+RUN: cat %S/../../../docs/CommandGuide/dsymutil.md  | FileCheck %s
 
 HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
 HELP: USAGE: {{.*}}dsymutil{{[^ ]*}} [options] <input files>


        
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to