Skip to content

Commit 24346ac

Browse files
Automated Code Change
PiperOrigin-RevId: 817042603
1 parent 479246e commit 24346ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xla/mlir/tools/mlir_interpreter/dialects/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ xla_cc_test(
116116
deps = [
117117
":symbol_finder",
118118
"@com_google_absl//absl/status",
119+
"@com_google_absl//absl/status:status_matchers",
119120
"@com_google_googletest//:gtest_main",
120121
"@tsl//tsl/platform:status_matchers",
121122
"@tsl//tsl/platform:test",

xla/mlir/tools/mlir_interpreter/dialects/symbol_finder_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
#include <gmock/gmock.h>
1919
#include <gtest/gtest.h>
2020
#include "absl/status/status.h"
21+
#include "absl/status/status_matchers.h"
2122
#include "tsl/platform/status_matchers.h"
2223
#include "tsl/platform/test.h"
2324

0 commit comments

Comments
 (0)