Commit 7b185ec
committed
tests/ceph_timer: Fix link error that keeps showing up
We keep hitting link errors from GTest trying to print the values and
iostreams for `<chrono>` being flaky.
Just make it a straight up `EXPECT_TRUE` so it stops breaking
differently on different platforms.
Signed-off-by: Adam Emerson <[email protected]>1 parent 1ab2507 commit 7b185ec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments