Skip to content

Commit

Permalink
Resolve TCM (#4080)
Browse files Browse the repository at this point in the history
* Add `SUCCEED();` to resolve `No Assertion` warning in TCM.

Signed-off-by: Sung-Jae Lee <sj925.lee@samsung.com>
  • Loading branch information
lemmaa authored Sep 4, 2020
1 parent 1b42a94 commit 9592436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/nnfw_api/src/one_op_tests/Add.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ TEST_F(GenModelTest, OneOp_Add_VarToVar)
_context = std::make_unique<GenModelTestContext>(cgen.finish());
_context->addTestCase({{{1, 3, 2, 4}, {5, 4, 7, 4}}, {{6, 7, 9, 8}}});
_context->setBackends({"acl_cl", "acl_neon", "cpu"});

SUCCEED();
}

TEST_F(GenModelTest, neg_OneOp_Add_InvalidShape)
Expand Down

0 comments on commit 9592436

Please sign in to comment.