diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-11 02:32:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-11 02:32:03 +0000 |
commit | 18451ea83a4ec5a61816c20dc03f2ed8648600d1 (patch) | |
tree | 43929716e8d63bb4db0235d6c5735124aeef9a33 | |
parent | bf3d55243a58bc8ffc80c1fc581275677e348760 (diff) |
tests: Add a missing -Xclang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110776 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/cxx-typeid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/cxx-typeid.cpp b/test/PCH/cxx-typeid.cpp index b20b17af27..41dd544807 100644 --- a/test/PCH/cxx-typeid.cpp +++ b/test/PCH/cxx-typeid.cpp @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -verify %s +// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -Xclang -verify %s // RUN: %clang -ccc-pch-is-pch -x c++-header -o %t.gch %S/cxx-typeid.h // RUN: %clang -ccc-pch-is-pch -include %t -fsyntax-only -Xclang -verify %s |