aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/special/class.temporary/p1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/special/class.temporary/p1.cpp')
-rw-r--r--test/CXX/special/class.temporary/p1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/special/class.temporary/p1.cpp b/test/CXX/special/class.temporary/p1.cpp
index 4f6ac0a0029e..75a56df1e9c3 100644
--- a/test/CXX/special/class.temporary/p1.cpp
+++ b/test/CXX/special/class.temporary/p1.cpp
@@ -6,7 +6,7 @@ namespace test0 {
int x;
int y;
- A(const A&) = delete; // expected-note {{function has been explicitly marked deleted here}}
+ A(const A&) = delete; // expected-note {{'A' has been explicitly marked deleted here}}
};
void foo(...);