Googletest export
Address `-Wpedantic` issue introduced in https://github.com/google/googletest/pull/3204
Raised via 4898cdacfe (commitcomment-46413996)
PiperOrigin-RevId: 354198931
This commit is contained in:
parent
726118846d
commit
f23cf00027
@ -1616,7 +1616,8 @@ AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
|
||||
} else {\
|
||||
return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\
|
||||
}\
|
||||
}
|
||||
}\
|
||||
static_assert(true, "Consume semicolon.")
|
||||
|
||||
// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user