Fix breakage of merged zip_tests

Use the right status header.

PiperOrigin-RevId: 305151828
Change-Id: I9a04aea934b916019f14f3a9e2d4909236c69e30
This commit is contained in:
Jared Duke 2020-04-06 17:17:21 -07:00 committed by TensorFlower Gardener
parent adbdc60d56
commit 0141eeb298

View File

@ -18,15 +18,16 @@ limitations under the License.
#include <fstream>
#include <map>
#include <sstream>
#include <gtest/gtest.h>
#include "re2/re2.h"
#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/platform/status.h"
#include "tensorflow/core/platform/subprocess.h"
#include "tensorflow/core/util/command_line_flags.h"
#include "tensorflow/lite/testing/parse_testdata.h"
#include "tensorflow/lite/testing/tflite_driver.h"
#include "tensorflow/lite/testing/util.h"
#include "tensorflow/core/lib/core/status_test_util.h"
#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/platform/subprocess.h"
#include "tensorflow/core/util/command_line_flags.h"
namespace tflite {
namespace testing {