diff options
Diffstat (limited to 'test/PCH/cxx-method.cpp')
-rw-r--r-- | test/PCH/cxx-method.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/cxx-method.cpp b/test/PCH/cxx-method.cpp index 144406e7bdaf..37dabcc466a8 100644 --- a/test/PCH/cxx-method.cpp +++ b/test/PCH/cxx-method.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-pch %s -o %t +// RUN: %clang_cc1 -emit-pch %s -o %t struct S { void m(int x); |