Browse Source

ut compile

pull/1193/head
wangxiaotian22 5 years ago
parent
commit
6959c87a28
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/ut/ge/graph/build/graph_builder_unittest.cc

+ 2
- 2
tests/ut/ge/graph/build/graph_builder_unittest.cc View File

@@ -102,7 +102,7 @@ TEST_F(UtestGraphBuilder, BuildForKnownShapeGraph_test) {
MakeGraph(graph);
ge::GraphBuilder builder;
ge::GeModelPtr ge_model_ptr = nullptr;
builder.Build(graph, ge_model_ptr, 1);
ge::GeRootModelPtr ge_root_model = nullptr;
builder.Build(graph, ge_root_model, 1);
}

Loading…
Cancel
Save