|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|