bolt/deps/llvm-18.1.8/clang/test/clang-rename/NonExistFile.cpp

3 lines
145 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not clang-rename -offset=0 -new-name=bar non-existing-file 2>&1 | FileCheck %s
// CHECK: clang-rename: non-existing-file does not exist.