diff options
Diffstat (limited to 'clang/test/CodeGenCXX/new-with-default-arg.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/new-with-default-arg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/new-with-default-arg.cpp b/clang/test/CodeGenCXX/new-with-default-arg.cpp index b73b7f0865e..248cc9e0b93 100644 --- a/clang/test/CodeGenCXX/new-with-default-arg.cpp +++ b/clang/test/CodeGenCXX/new-with-default-arg.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o - %s +// RUN: %clang_cc1 -emit-llvm -o - %s // pr5547 struct A { |