xref: /llvm-project/clang/test/ClangScanDeps/empty.cpp (revision d783933bc910ac005e18928d22b6c10c4fe8d6f6)
1 // RUN: rm -rf %t
2 // RUN: not clang-scan-deps --format=p1689 -- %clang this-file-does-not-exist.cpp 2>&1 | FileCheck %s --check-prefix=CHECK
3 // CHECK: error: no such file or directory: 'this-file-does-not-exist.cpp'
4 // CHECK: error: no input files
5