1*4539b441SAlexey Lapshin## This test checks the error message displayed if an incorrect
2*4539b441SAlexey Lapshin## number of positional arguments is specified.
3*4539b441SAlexey Lapshin
4*4539b441SAlexey Lapshin# RUN: not llvm-dwarfutil - 2>&1 | FileCheck --check-prefix CHECK1 %s
5*4539b441SAlexey Lapshin# RUN: not llvm-dwarfutil - - - 2>&1 | FileCheck --check-prefix CHECK3 %s
6*4539b441SAlexey Lapshin
7*4539b441SAlexey Lapshin# CHECK1: error: exactly two positional arguments expected, 1 provided
8*4539b441SAlexey Lapshin# CHECK3: error: exactly two positional arguments expected, 3 provided
9