We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b976a commit 502219cCopy full SHA for 502219c
llvm/test/tools/llvm-objcopy/tool-options.test
@@ -1,6 +1,6 @@
1
## An error must be reported if a required argument value is missing.
2
# 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
+# CHECK-NO-VALUE-ONLY-SECTION: error: argument to '--only-section' is missing (expected 1 value(s))
4
5
# 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
+# CHECK-NO-VALUE-O: error: argument to '-O' is missing (expected 1 value(s))
0 commit comments