[llvm] 5dcbf0a - [llvm-rc] [test] Fix a misplaced extra argument in a test comment. NFC.

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 01:22:02 PDT 2023


Author: Martin Storsjö
Date: 2023-10-10T11:21:41+03:00
New Revision: 5dcbf0aa0beb248816cdb246952ad4088428710c

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

LOG: [llvm-rc] [test] Fix a misplaced extra argument in a test comment. NFC.

This was added accidentally in
64bc44f5ddfb6da4b6a8b51ea9a03f8772b3ae95, while mass-adding the
-no-preprocess argument to the llvm-rc invocations in the tests.

Added: 
    

Modified: 
    llvm/test/tools/llvm-rc/tag-menu.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-rc/tag-menu.test b/llvm/test/tools/llvm-rc/tag-menu.test
index 3a17b22f847b2f5..af700e8d3cb8d22 100644
--- a/llvm/test/tools/llvm-rc/tag-menu.test
+++ b/llvm/test/tools/llvm-rc/tag-menu.test
@@ -1,7 +1,7 @@
 ; RUN: llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-menu.rc
 ; RUN: llvm-readobj %t | FileCheck %s --check-prefix=MENU
 
-; Test running llvm-rc -no-preprocess without an explicit output file.
+; Test running llvm-rc without an explicit output file.
 ; RUN: cp %p/Inputs/tag-menu.rc %t.implicit.rc
 ; RUN: llvm-rc -no-preprocess -- %t.implicit.rc
 ; RUN: llvm-readobj %t.implicit.res | FileCheck --check-prefix=MENU %s


        


More information about the llvm-commits mailing list