summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_for_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/authorization_session_for_test.h')
-rw-r--r--src/mongo/db/auth/authorization_session_for_test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/auth/authorization_session_for_test.h b/src/mongo/db/auth/authorization_session_for_test.h
index a52a30b2fd1..b5eee9d1efd 100644
--- a/src/mongo/db/auth/authorization_session_for_test.h
+++ b/src/mongo/db/auth/authorization_session_for_test.h
@@ -39,7 +39,8 @@
namespace mongo {
class AuthorizationSessionForTest : public AuthorizationSessionImpl {
- MONGO_DISALLOW_COPYING(AuthorizationSessionForTest);
+ AuthorizationSessionForTest(const AuthorizationSessionForTest&) = delete;
+ AuthorizationSessionForTest& operator=(const AuthorizationSessionForTest&) = delete;
public:
using AuthorizationSessionImpl::AuthorizationSessionImpl;