summaryrefslogtreecommitdiff
path: root/tests/testsrc/good/formatting.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsrc/good/formatting.h')
-rw-r--r--tests/testsrc/good/formatting.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testsrc/good/formatting.h b/tests/testsrc/good/formatting.h
index df123d2..a6ccd4b 100644
--- a/tests/testsrc/good/formatting.h
+++ b/tests/testsrc/good/formatting.h
@@ -22,6 +22,7 @@
class Test1 final
{
+ A_DELETE_COPY(Test1)
public:
Test1::Test1()
{
@@ -30,6 +31,7 @@ class Test1 final
struct Test2 final
{
+ A_DEFAULT_COPY(Test2)
protected:
Test2::Test2() :
data1(),
@@ -40,6 +42,7 @@ struct Test2 final
struct Test3 final
{
+ A_DELETE_COPY(Test3)
private:
Test3::Test3() :
data1(),