diff options
Diffstat (limited to 'clang-tools-extra/test/clang-rename/NoNewName.cpp')
-rw-r--r-- | clang-tools-extra/test/clang-rename/NoNewName.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-rename/NoNewName.cpp b/clang-tools-extra/test/clang-rename/NoNewName.cpp index 4f882d83b0c..11a637b88ae 100644 --- a/clang-tools-extra/test/clang-rename/NoNewName.cpp +++ b/clang-tools-extra/test/clang-rename/NoNewName.cpp @@ -1,4 +1,4 @@ // 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. +// CHECK: clang-rename: for the -new-name option: must be specified |