File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
koladata/internal/op_utils Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -937,6 +937,7 @@ cc_test(
937937 "//koladata/internal:error_cc_proto" ,
938938 "//koladata/internal:error_utils" ,
939939 "@com_google_absl//absl/status" ,
940+ "@com_google_absl//absl/status:status_matchers" ,
940941 "@com_google_arolla//arolla/memory" ,
941942 "@com_google_arolla//arolla/qexpr" ,
942943 "@com_google_googletest//:gtest_main" ,
Original file line number Diff line number Diff line change 1919#include " gmock/gmock.h"
2020#include " gtest/gtest.h"
2121#include " absl/status/status.h"
22+ #include " absl/status/status_matchers.h"
2223#include " koladata/internal/error.pb.h"
2324#include " koladata/internal/error_utils.h"
2425#include " arolla/memory/frame.h"
2829namespace koladata {
2930namespace {
3031
32+ using ::absl_testing::StatusIs;
3133using ::testing::Eq;
32- using ::testing::status::StatusIs;
3334
3435TEST (QExpr, MakeBoundOperator) {
3536 auto bound_op = MakeBoundOperator (
You can’t perform that action at this time.
0 commit comments