5 lines · cpp
1// RUN: rm -rf %t2// RUN: not clang-scan-deps --format=p1689 -- %clang this-file-does-not-exist.cpp 2>&1 | FileCheck %s --check-prefix=CHECK3// CHECK: error: no such file or directory: 'this-file-does-not-exist.cpp'4// CHECK: error: no input files5