]> granicus.if.org Git - clang/commitdiff
Rolling this change back because the fix doesn't fit the symptoms (even if it solves...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 18 Jul 2012 22:38:11 +0000 (22:38 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 18 Jul 2012 22:38:11 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160462 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/cxx-typeid.cpp

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