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