Commit e4e759c
Add
Since `assert_that!()` is already in the prelude, I assume the omission of `assert_pred!()` is unintentional.
Drive-by: use `#[gtest]` instead of `#[test]`
PiperOrigin-RevId: 665180003assert_pred!() to the prelude1 parent b407f3b commit e4e759c
File tree
2 files changed
+7
-7
lines changed- googletest/src
- integration_tests/src
2 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments