From: Daniel Dunbar Date: Wed, 11 Aug 2010 02:32:03 +0000 (+0000) Subject: tests: Add a missing -Xclang. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18451ea83a4ec5a61816c20dc03f2ed8648600d1;p=clang tests: Add a missing -Xclang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110776 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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