7 lines · plain
1## This test checks the error message displayed if2## an input file does not exist.3 4# RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT5 6# CHECK: error: 'not-existed': [[MSG]]7 1## This test checks the error message displayed if2## an input file does not exist.3 4# RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT5 6# CHECK: error: 'not-existed': [[MSG]]7