xref: /llvm-project/llvm/test/tools/llvm-dwp/X86/missing_dwo_id.test (revision 706a965295618cadbc1a27098f1a015590e7a392)
1RUN: rm -f %t
2RUN: not llvm-dwp %p/../Inputs/missing_dwo_id.dwo -o %t 2>&1 | FileCheck %s
3
4Make sure we did not leave behind a temporary file:
5RUN: not ls %t
6
7CHECK: error: {{.*}}missing_dwo_id.dwo': compile unit missing dwo_id
8