summaryrefslogtreecommitdiffstats
path: root/test/CXX/special/class.inhctor/elsewhere.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2011-03-12 13:44:23 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2011-03-12 13:44:23 +0000
commita808c544f9df4d17cb189ba6aa167478cf17ad4a (patch)
treec42acc8839cb65613da2b4da33ddd2aa685a2563 /test/CXX/special/class.inhctor/elsewhere.cpp
parentf004da49eae567b15240029cdd96617958c6b0c9 (diff)
Disable inherited constructors for 2.9.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX/special/class.inhctor/elsewhere.cpp')
-rw-r--r--test/CXX/special/class.inhctor/elsewhere.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CXX/special/class.inhctor/elsewhere.cpp b/test/CXX/special/class.inhctor/elsewhere.cpp
index 82944d65df..83eeb00bf9 100644
--- a/test/CXX/special/class.inhctor/elsewhere.cpp
+++ b/test/CXX/special/class.inhctor/elsewhere.cpp
@@ -1,4 +1,6 @@
-// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s
+// RUN: true
+// Disabled for 2.9
+//%clang_cc1 -std=c++0x -fsyntax-only -verify %s
// Tests related to constructor inheriting, but not specified in [class.inhctor]