summaryrefslogtreecommitdiffstats
path: root/test/CXX/special/class.inhctor
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2011-03-12 13:44:32 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2011-03-12 13:44:32 +0000
commitcaa35e4bbfccaaa6c4d69f29b3f1a8b544b3645e (patch)
tree0fa5e695348d1fbee5d6b116287fe9557a43d57a /test/CXX/special/class.inhctor
parenta808c544f9df4d17cb189ba6aa167478cf17ad4a (diff)
Revert "Disable inherited constructors for 2.9."
It is only meant for the release branch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX/special/class.inhctor')
-rw-r--r--test/CXX/special/class.inhctor/elsewhere.cpp4
-rw-r--r--test/CXX/special/class.inhctor/p3.cpp4
-rw-r--r--test/CXX/special/class.inhctor/p7.cpp4
3 files changed, 3 insertions, 9 deletions
diff --git a/test/CXX/special/class.inhctor/elsewhere.cpp b/test/CXX/special/class.inhctor/elsewhere.cpp
index 83eeb00bf9..82944d65df 100644
--- a/test/CXX/special/class.inhctor/elsewhere.cpp
+++ b/test/CXX/special/class.inhctor/elsewhere.cpp
@@ -1,6 +1,4 @@
-// RUN: true
-// Disabled for 2.9
-//%clang_cc1 -std=c++0x -fsyntax-only -verify %s
+// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s
// Tests related to constructor inheriting, but not specified in [class.inhctor]
diff --git a/test/CXX/special/class.inhctor/p3.cpp b/test/CXX/special/class.inhctor/p3.cpp
index be75b6c310..021f701ab4 100644
--- a/test/CXX/special/class.inhctor/p3.cpp
+++ b/test/CXX/special/class.inhctor/p3.cpp
@@ -1,6 +1,4 @@
-// RUN: true
-// Disabled for 2.9
-//%clang_cc1 -std=c++0x -fsyntax-only -verify %s
+// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s
struct B1 {
B1(int);
diff --git a/test/CXX/special/class.inhctor/p7.cpp b/test/CXX/special/class.inhctor/p7.cpp
index 4f80896485..3ad761f08b 100644
--- a/test/CXX/special/class.inhctor/p7.cpp
+++ b/test/CXX/special/class.inhctor/p7.cpp
@@ -1,6 +1,4 @@
-// RUN: true
-// Disabled for 2.9
-//%clang_cc1 -std=c++0x -fsyntax-only -verify %s
+// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s
// Straight from the standard
struct B1 {