Skip to content

Commit

Permalink
Change tsl/platform:test_main back to alias of test_main defined …
Browse files Browse the repository at this point in the history
…in XLA

This may have had unintended consequences for benchmark targets, so revert until we can have a better fix.

PiperOrigin-RevId: 715470309
  • Loading branch information
ddunl authored and copybara-github committed Jan 14, 2025
1 parent a100b84 commit 6d1dcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/platform/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ cc_library(
name = "test_main",
testonly = 1,
deps = [
"@com_google_googletest//:gtest_main",
"@xla//xla/tsl/platform:test_main",
],
alwayslink = 1,
)
Expand Down

0 comments on commit 6d1dcf0

Please sign in to comment.