[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-dwarfutil / error-unsupported-input-file.test
blob13b19b5cfe719dce33cc76a07c1696f7b4b281b6
1 ## This test checks the error message displayed if input file
2 ## has unsupported format.
4 # RUN: echo "!<thin>" > %t1
5 # RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t1
7 # CHECK: error: '[[FILE]]': unsupported input file