diff options
Diffstat (limited to 'clang/test/CodeGenCXX/PR4983-constructor-conversion.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/PR4983-constructor-conversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/PR4983-constructor-conversion.cpp b/clang/test/CodeGenCXX/PR4983-constructor-conversion.cpp index 31eae2e791f..797a1baa49e 100644 --- a/clang/test/CodeGenCXX/PR4983-constructor-conversion.cpp +++ b/clang/test/CodeGenCXX/PR4983-constructor-conversion.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm-only %s +// RUN: %clang_cc1 -emit-llvm-only %s struct A { A(const char *s){} |