diff options
Diffstat (limited to 'clang/test/FixIt/fixit-pmem.cpp')
-rw-r--r-- | clang/test/FixIt/fixit-pmem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/FixIt/fixit-pmem.cpp b/clang/test/FixIt/fixit-pmem.cpp index f938009b903..0926309a9ab 100644 --- a/clang/test/FixIt/fixit-pmem.cpp +++ b/clang/test/FixIt/fixit-pmem.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -fsyntax-only -pedantic -Werror -x c++ - +// RUN: %clang_cc1 -pedantic -fixit %s -o - | %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ - /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. All of the |