From 5e07f9f0cb9f86c1936a2a3305a3d3679ccdafb0 Mon Sep 17 00:00:00 2001 From: zhaoxinxin Date: Mon, 18 Jan 2021 13:57:57 +0800 Subject: [PATCH] modified: tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc --- tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc b/tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc index ba3ec63d..e8175f39 100644 --- a/tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc +++ b/tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc @@ -34,7 +34,7 @@ namespace ge { class UtestGraphPreproces : public testing::Test { protected: void SetUp() { - map options; + map options; ge::Status ret = ge::GEInitialize(options); EXPECT_EQ(ret, ge::SUCCESS); }