1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[googlemock] Fix warnings about superfluous semicolons after 68ff493dfc950c05c102e09e14a16d06253ffa16. NFC.

This commit is contained in:
Martin Storsjö 2021-04-25 23:41:37 +03:00
parent 7653f36263
commit d49d24ce2d

View 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 {\