Commit 569fba4d authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Civil
Browse files

Googletest export

Make internal FunctionMocker class final

PiperOrigin-RevId: 230332778
parent 9518a574
...@@ -1453,7 +1453,7 @@ template <typename F> ...@@ -1453,7 +1453,7 @@ template <typename F>
class FunctionMocker; class FunctionMocker;
template <typename R, typename... Args> template <typename R, typename... Args>
class FunctionMocker<R(Args...)> : public UntypedFunctionMockerBase { class FunctionMocker<R(Args...)> final : public UntypedFunctionMockerBase {
using F = R(Args...); using F = R(Args...);
public: public:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment