summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx11-ast-print.cpp
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2016-10-03 12:17:56 +0000
committerAlex Lorenz <arphaman@gmail.com>2016-10-03 12:17:56 +0000
commite387da0a61b392c051faa4d9a6eb773376e3ec8b (patch)
tree0d915c493dec65cb9eb749d62dca1a651fec1eee /test/SemaCXX/cxx11-ast-print.cpp
parente894d1642cd56332998c9943f827a28d305ae6d9 (diff)
downloadclang-e387da0a61b392c051faa4d9a6eb773376e3ec8b.tar.gz
Revert r283102 (Typo in the phabricator link)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCXX/cxx11-ast-print.cpp')
-rw-r--r--test/SemaCXX/cxx11-ast-print.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/SemaCXX/cxx11-ast-print.cpp b/test/SemaCXX/cxx11-ast-print.cpp
index 9c617af4e9..1eeb67a3d9 100644
--- a/test/SemaCXX/cxx11-ast-print.cpp
+++ b/test/SemaCXX/cxx11-ast-print.cpp
@@ -43,14 +43,6 @@ template <class C, C...> const char *operator"" _suffix();
// CHECK: const char *PR23120 = operator""_suffix<char32_t, 66615>();
const char *PR23120 = U"𐐷"_suffix;
-// PR28885
-struct A {
- A();
-};
-struct B : A {
- using A::A; // CHECK: using A::A;
-}; // CHECK-NEXT: };
-
// CHECK: ;
;
// CHECK-NOT: ;