llvm-for-llvmta/tools/clang/test/clang-rename/NoNewName.cpp

5 lines
200 B
C++
Raw Normal View History

2022-04-25 13:02:35 +02:00
// Check for an error while -new-name argument has not been passed to
// clang-rename.
// RUN: not clang-rename -offset=133 %s 2>&1 | FileCheck %s
// CHECK: clang-rename: -new-name must be specified.