aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2012-07-18 22:38:11 +0000
committerAaron Ballman <aaron@aaronballman.com>2012-07-18 22:38:11 +0000
commitc0e8ad5fc389a6735b54f7e410ba169adbc88180 (patch)
tree79b3e51f2d751d59f58bb6f52b12cfbee2cc38f7
parent8919e688dc610d1f632a4d43f7f1489f67255476 (diff)
Rolling this change back because the fix doesn't fit the symptoms (even if it solves them).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160462 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/PCH/cxx-typeid.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/PCH/cxx-typeid.cpp b/test/PCH/cxx-typeid.cpp
index 819b4d4378..41dd544807 100644
--- a/test/PCH/cxx-typeid.cpp
+++ b/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);