Sign in
pigweed
/
third_party
/
github
/
google
/
googletest
/
997c36c1881105bd7ce482a1ec93759badf64ce6
/
.
/
googlemock
/
test
/
gmock-function-mocker_nc.cc
blob: d38fe85ef035a935ac3a6c37c18fed3b2e7931d9 [
file
] [
log
] [
blame
]
#include
"gmock/gmock.h"
#include
<memory>
#include
<string>
#if defined(TEST_MOCK_METHOD_INVALID_CONST_SPEC)
struct
Base
{
MOCK_METHOD
(
int
,
F
,
(),
(
onst
));
};
#else
// Sanity check - this should compile.
#endif