[googlemock] Fix warnings about superfluous semicolons after 68ff493dfc950c05c102e09e...
authorMartin Storsjö <martin@martin.st>
Sun, 25 Apr 2021 20:41:37 +0000 (23:41 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 25 Apr 2021 20:41:37 +0000 (23:41 +0300)
llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h

index e1c2c50..8c8866d 100644 (file)
@@ -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 {\