补充UT用例

Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
wenlong_12 2024-01-27 06:03:03 +00:00 committed by Gitee
parent c915d5cc29
commit 5ff0083d6e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -388,6 +388,11 @@ HWTEST_F(VirtualRuntimeTest, UnwindFromRecord, TestSize.Level1)
}
}
/**
* @tc.name: Update
* @tc.desc: Test update maps and symbols
* @tc.type: FUNC
*/
HWTEST_F(VirtualRuntimeTest, Update, TestSize.Level1)
{
EXPECT_EQ(runtime_->IsKernelThread(0), false);