[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-ar / version.test
blob0220f2cfe559a49fdc09ee296b78249b4f85dffb
1 ## Show that the version for llvm-ar can be printed with either the long flag
2 ## -version or with the V modifier.
4 RUN: llvm-ar V | FileCheck %s
5 RUN: llvm-ar xV | FileCheck %s
6 RUN: llvm-ar -V | FileCheck %s
7 RUN: llvm-ar -xV | FileCheck %s
8 RUN: llvm-ar --version | FileCheck %s
10 CHECK: version
12 RUN: not llvm-ar -version 2>&1 | FileCheck %s --check-prefix=ONE-DASH
14 ONE-DASH: error: unknown option e