Skip to content

Commit 6fe3f0f

Browse files
sdasgup3TensorFlow MLIR Team
authored andcommitted
[HLO Componentization] Populate hlo/testlib sub-component (Phase II).
This CL takes care of 1. Migrating external projects dependencies from ``` tensorflow/compiler/xla:test tensorflow/compiler/xla:test_helpers tensorflow/compiler/xla/service:pattern_matcher_gmock ``` to `tensorflow/compiler/xla/hlo/testlib:*` PiperOrigin-RevId: 714495584
1 parent 46ac1b3 commit 6fe3f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/cycle_detector_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515

1616
#include "utils/cycle_detector.h"
1717

18-
#include "third_party/tensorflow/compiler/xla/test.h"
18+
#include "third_party/tensorflow/compiler/xla/hlo/testlib/test.h"
1919

2020
class GraphCyclesTest : public ::testing::Test {
2121
public:

0 commit comments

Comments
 (0)