From d49d24ce2dcdc9b5d56926c49b17b6b08679a7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sun, 25 Apr 2021 23:41:37 +0300 Subject: [PATCH] [googlemock] Fix warnings about superfluous semicolons after 68ff493dfc950c05c102e09e14a16d06253ffa16. NFC. --- .../googlemock/include/gmock/gmock-generated-matchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h b/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h index e1c2c50be77..8c8866db9d9 100644 --- a/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h +++ b/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h @@ -1384,7 +1384,7 @@ AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { public:\ type(type const &) = default;\ private:\ - void operator=(type const &) = delete; + void operator=(type const &) = delete #define MATCHER(name, description)\ class name##Matcher {\