"vscode:/vscode.git/clone" did not exist on "28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c"
Googletest export
Use override instead of virtual for destructor https://google.github.io/styleguide/cppguide.html says: "Explicitly annotate overrides of virtual functions or virtual destructors with exactly one of an override or (less frequently) final specifier. Do not use virtual when declaring an override". The mocked class _should_ have a virtual destructor most of the times. PiperOrigin-RevId: 342082140
Showing
Please register or sign in to comment