Skip to content

Commit 5dcbf0a

Browse files
committed
[llvm-rc] [test] Fix a misplaced extra argument in a test comment. NFC.
This was added accidentally in 64bc44f, while mass-adding the -no-preprocess argument to the llvm-rc invocations in the tests.
1 parent 141ca54 commit 5dcbf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-menu.rc
22
; RUN: llvm-readobj %t | FileCheck %s --check-prefix=MENU
33

4-
; Test running llvm-rc -no-preprocess without an explicit output file.
4+
; Test running llvm-rc without an explicit output file.
55
; RUN: cp %p/Inputs/tag-menu.rc %t.implicit.rc
66
; RUN: llvm-rc -no-preprocess -- %t.implicit.rc
77
; RUN: llvm-readobj %t.implicit.res | FileCheck --check-prefix=MENU %s

0 commit comments

Comments
 (0)