summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CXX/drs/dr5xx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CXX/drs/dr5xx.cpp b/clang/test/CXX/drs/dr5xx.cpp
index 3a8aa34a779..0c0d451c4b2 100644
--- a/clang/test/CXX/drs/dr5xx.cpp
+++ b/clang/test/CXX/drs/dr5xx.cpp
@@ -195,8 +195,8 @@ namespace dr525 { // dr525: yes
}
}
-// Core DR 532.
-namespace PR8130 {
+// PR8130
+namespace dr532 { // dr532: 3.5
struct A { };
template<class T> struct B {
OpenPOWER on IntegriCloud