Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test_util] ASSERT_OK should work outside kudu ns
This patch makes ASSERT_OK work when called from outside the Kudu namespace by replacing bare const Status& with const auto&. (::kudu::Status would have also worked but auto is already used here)
- Loading branch information