aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-11 02:32:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-11 02:32:03 +0000
commit18451ea83a4ec5a61816c20dc03f2ed8648600d1 (patch)
tree43929716e8d63bb4db0235d6c5735124aeef9a33
parentbf3d55243a58bc8ffc80c1fc581275677e348760 (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.cpp2
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