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