Browse Source

ut compile

pull/1193/head
wangxiaotian22 4 years ago
parent
commit
3925c4116a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/graph/build/graph_builder_unittest.cc

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

@@ -103,6 +103,6 @@ TEST_F(UtestGraphBuilder, BuildForKnownShapeGraph_test) {
ge::GraphBuilder builder;
ge::GeModelPtr ge_model_ptr = nullptr;
builder.BuildForKnownShapeGraph(graph, ge_model_ptr, 0);
builder.Build(graph, ge_model_ptr, 1);
}

Loading…
Cancel
Save