Commit 2a776b1
Fix test build breaks after CP google/googletest@7d7e750 (#55133)
Summary:
## Changelog:
[General] [Fixed] - Fix test build breaks after GoogleTest update
Pull Request resolved: #55133
google/googletest@7d7e750 included a breaking change of changing GetWithoutMatchers() to WithoutMatchers::Get() (googletest/googlemock/include/gmock/internal/gmock-internal-utils.h)
This caused build breaks for a few tests that weren't signaled in the original CP.
This fixes it
Reviewed By: joachimr2
Differential Revision: D90514337
fbshipit-source-id: ee6372804ad96a18ea0552c333dd62cde4c7f1421 parent b45c820 commit 2a776b1
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments