Skip to content

Commit

Permalink
[llvm-rc] [test] Fix a misplaced extra argument in a test comment. NFC.
Browse files Browse the repository at this point in the history
This was added accidentally in
64bc44f, while mass-adding the
-no-preprocess argument to the llvm-rc invocations in the tests.
  • Loading branch information
mstorsjo committed Oct 10, 2023
1 parent 141ca54 commit 5dcbf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-rc/tag-menu.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5dcbf0a

Please sign in to comment.