diff options
author | Gennadiy Civil <misterg@google.com> | 2018-04-09 15:23:00 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-04-09 15:23:00 -0400 |
commit | 44da2b9ac5dff919966d7bf488c7058bc8563023 (patch) | |
tree | 6879d8d8247801b2ff2619c65cee7aefc5c370f7 | |
parent | e93a0ece26844351da7cdc675a55a2520412134d (diff) | |
download | googletest-44da2b9ac5dff919966d7bf488c7058bc8563023.tar.gz googletest-44da2b9ac5dff919966d7bf488c7058bc8563023.tar.bz2 googletest-44da2b9ac5dff919966d7bf488c7058bc8563023.zip |
cont
-rw-r--r-- | googlemock/test/gmock_all_test.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/googlemock/test/gmock_all_test.cc b/googlemock/test/gmock_all_test.cc index fa9d84b6..56d6c49c 100644 --- a/googlemock/test/gmock_all_test.cc +++ b/googlemock/test/gmock_all_test.cc @@ -36,8 +36,6 @@ // includes most such tests, making it easier for these users to maintain // their build scripts (they just need to build this file, even though the // below list of actual *_test.cc files might change). -// Silence C4800 (C4800: 'int *const ': forcing value -// to bool 'true' or 'false') for MSVC 14,15 #include "test/gmock-actions_test.cc" #include "test/gmock-cardinalities_test.cc" #include "test/gmock-generated-actions_test.cc" @@ -51,4 +49,3 @@ #include "test/gmock-port_test.cc" #include "test/gmock-spec-builders_test.cc" #include "test/gmock_test.cc" - |