Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / clang-rename / NoNewName.cpp
blob4f882d83b0c19038138398ccfdc801306ac21ba6
1 // Check for an error while -new-name argument has not been passed to
2 // clang-rename.
3 // RUN: not clang-rename -offset=133 %s 2>&1 | FileCheck %s
4 // CHECK: clang-rename: -new-name must be specified.