]> granicus.if.org Git - clang/commitdiff
tests: Add a missing -Xclang.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 11 Aug 2010 02:32:03 +0000 (02:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 11 Aug 2010 02:32:03 +0000 (02:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110776 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/cxx-typeid.cpp

index b20b17af27a3903fcd07b2bcd6e1626c3065f93c..41dd544807ea08307b84bfcc891142e7139d27a0 100644 (file)
@@ -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