Skip to content

Commit 502219c

Browse files
committed
Add the number of missing arguments in the test for checking.
1 parent 17b976a commit 502219c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## An error must be reported if a required argument value is missing.
22
# RUN: not llvm-objcopy --only-section 2>&1 | FileCheck --check-prefix=CHECK-NO-VALUE-ONLY-SECTION %s
3-
# CHECK-NO-VALUE-ONLY-SECTION: error: argument to '--only-section' is missing
3+
# CHECK-NO-VALUE-ONLY-SECTION: error: argument to '--only-section' is missing (expected 1 value(s))
44

55
# RUN: not llvm-objcopy -O 2>&1 | FileCheck --check-prefix=CHECK-NO-VALUE-O %s
6-
# CHECK-NO-VALUE-O: error: argument to '-O' is missing
6+
# CHECK-NO-VALUE-O: error: argument to '-O' is missing (expected 1 value(s))

0 commit comments

Comments
 (0)