Browse Source

Fix bug

pull/1308/head
unknown 4 years ago
parent
commit
cf05593f6a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/hybrid/ge_hybrid_unittest.cc

+ 1
- 1
tests/ut/ge/hybrid/ge_hybrid_unittest.cc View File

@@ -269,5 +269,5 @@ TEST_F(UtestGeHybrid, Step_info_profile) {
auto root_model = make_shared<GeRootModel>(graph);
HybridModel model(root_model);
HybridModelExecutor executor(&model, 0, nullptr);
EXPECT_EQ(executor.ProfileStepInfo(0), SUCCESS):
EXPECT_EQ(executor.ProfileStepInfo(0), SUCCESS);
}

Loading…
Cancel
Save