xref: /llvm-project/llvm/test/tools/llvm-dwarfutil/error-unsupported-input-file.test (revision 4539b44148918c332ff966a2a955aca0ab93dde4)
1## This test checks the error message displayed if input file
2## has unsupported format.
3
4# RUN: echo "!<thin>" > %t1
5# RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t1
6
7# CHECK: error: '[[FILE]]': unsupported input file
8