Properly include logging header in xla_internal_test_main
PiperOrigin-RevId: 163405986
This commit is contained in:
parent
6b7314de49
commit
ce1c7f02ad
tensorflow/compiler/xla/tests
@ -41,6 +41,7 @@ cc_library(
|
||||
srcs = ["xla_internal_test_main.cc"],
|
||||
deps = [
|
||||
"//tensorflow/compiler/xla/legacy_flags:debug_options_flags",
|
||||
"//tensorflow/core:lib",
|
||||
"//tensorflow/core:test",
|
||||
],
|
||||
)
|
||||
|
@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
==============================================================================*/
|
||||
#include "tensorflow/compiler/xla/legacy_flags/debug_options_flags.h"
|
||||
#include "tensorflow/core/platform/logging.h"
|
||||
#include "tensorflow/core/platform/test.h"
|
||||
|
||||
GTEST_API_ int main(int argc, char** argv) {
|
||||
|
Loading…
Reference in New Issue
Block a user