Commit 04ed68e
Fix tests' dependencies on gtest implementation details.
These tests rely on the exact failure messages generated by `ElementsAre()`, which are not part of gtest's public API and are subject to change without notice. If a test needs to verify matcher messages, it must only use matchers owned by the same project. It's never OK to depend on implementation details of code that one doesn't own.
PiperOrigin-RevId: 738045085
Change-Id: I5f84775808f751fa41aa76609394424649e027f11 parent 3486ca4 commit 04ed68e
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments