summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/SemaCXX/cxx11-ast-print.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/SemaCXX/cxx11-ast-print.cpp b/clang/test/SemaCXX/cxx11-ast-print.cpp
index 9c617af4e95..1eeb67a3d9b 100644
--- a/clang/test/SemaCXX/cxx11-ast-print.cpp
+++ b/clang/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: ;
OpenPOWER on IntegriCloud