From 462bb9fdf67bc7fe238d4ca009625e7f9ebb04e0 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 18 Jul 2012 22:38:11 +0000 Subject: [PATCH] Rolling this change back because the fix doesn't fit the symptoms (even if it solves them). llvm-svn: 160462 --- clang/test/PCH/cxx-typeid.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/test/PCH/cxx-typeid.cpp b/clang/test/PCH/cxx-typeid.cpp index 819b4d437842..41dd544807ea 100644 --- a/clang/test/PCH/cxx-typeid.cpp +++ b/clang/test/PCH/cxx-typeid.cpp @@ -1,8 +1,8 @@ // Test this without pch. -// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -std=c++11 -Xclang -verify %s +// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -Xclang -verify %s -// RUN: %clang -ccc-pch-is-pch -std=c++11 -x c++-header -o %t.gch %S/cxx-typeid.h -// RUN: %clang -ccc-pch-is-pch -std=c++11 -include %t -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 void f() { (void)typeid(int);