summaryrefslogtreecommitdiffstats
path: root/test/CXX/special/class.inhctor/p7.cpp
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/p7.cpp
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/p7.cpp')
-rw-r--r--test/CXX/special/class.inhctor/p7.cpp4
1 files changed, 1 insertions, 3 deletions
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 {