[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-ar / invalid-object-file.test
blobf7cdc626662d6962bc34c993f0b7c170a91a2bfa
1 ## Test that we get a proper error message with a file that is not a recognized object file.
3 # RUN: rm -f %t.txt
4 # RUN: touch %t.txt
5 # RUN: not llvm-ar sc %t.txt 2>&1 > /dev/null | FileCheck %s -DFILE=%t.txt
7 # CHECK:     error: unable to load '[[FILE]]': file too small to be an archive
8 # CHECK-NOT: {{.}}
10 ## Also test that errors like this (e.g. invlid input files) don't generate a usage message
11 # CHECK-NOT: USAGE: llvm-ar