diff options
Diffstat (limited to 'include/gmock/gmock.h')
-rw-r--r-- | include/gmock/gmock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gmock/gmock.h b/include/gmock/gmock.h index 41d175f1..22e70287 100644 --- a/include/gmock/gmock.h +++ b/include/gmock/gmock.h @@ -68,6 +68,7 @@ namespace testing { // Declares Google Mock flags that we want a user to use programmatically. +GMOCK_DECLARE_bool_(catch_leaked_mocks); GMOCK_DECLARE_string_(verbose); // Initializes Google Mock. This must be called before running the |