Remove nomac tag from nnapi_implementation_test.

PiperOrigin-RevId: 262431466
This commit is contained in:
A. Unique TensorFlower 2019-08-08 14:19:50 -07:00 committed by TensorFlower Gardener
parent b800da27eb
commit 33bef71947

View File

@ -64,7 +64,6 @@ cc_library(
cc_test(
name = "nnapi_implementation_test",
srcs = ["nnapi_implementation_test.cc"],
tags = ["nomac"],
deps = [
"//tensorflow/lite/nnapi:nnapi_implementation",
"@com_google_googletest//:gtest_main",