[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-dwarfutil / error-positional-args.test
blobb46f94e671da9386c874ec95b7cbe6696f85e9d4
1 ## This test checks the error message displayed if an incorrect
2 ## number of positional arguments is specified.
4 # RUN: not llvm-dwarfutil - 2>&1 | FileCheck --check-prefix CHECK1 %s
5 # RUN: not llvm-dwarfutil - - - 2>&1 | FileCheck --check-prefix CHECK3 %s
7 # CHECK1: error: exactly two positional arguments expected, 1 provided
8 # CHECK3: error: exactly two positional arguments expected, 3 provided