We were ValueOrDie()ing in one place, and TF_CHECK_OK()ing in another. Both...
We were ValueOrDie()ing in one place, and TF_CHECK_OK()ing in another. Both should gracefully return an error condition. Add some tests to check this. PiperOrigin-RevId: 189888700
Loading
Please sign in to comment