aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-dwarfutil/error-no-input-file.test
blob: 6d81e7389a5ade0b9e9b0988ba618fda9abfe78e (plain)
1
2
3
4
5
6
## This test checks the error message displayed if
## an input file does not exist.

# RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT

# CHECK: error: 'not-existed': [[MSG]]