Browse Source

modified: tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc

pull/931/head
zhaoxinxin 5 years ago
parent
commit
5e07f9f0cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc

+ 1
- 1
tests/ut/ge/graph/preprocess/graph_preprocess_unittest.cc View File

@@ -34,7 +34,7 @@ namespace ge {
class UtestGraphPreproces : public testing::Test {
protected:
void SetUp() {
map<string, string> options;
map<AscendString, AscendString> options;
ge::Status ret = ge::GEInitialize(options);
EXPECT_EQ(ret, ge::SUCCESS);
}


Loading…
Cancel
Save