[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-dwarfutil / error-no-input-file.test
blob6d81e7389a5ade0b9e9b0988ba618fda9abfe78e
1 ## This test checks the error message displayed if
2 ## an input file does not exist.
4 # RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT
6 # CHECK: error: 'not-existed': [[MSG]]