This commit is contained in:
Evgeny
2018-01-04 20:11:30 -06:00
rodzic 556ada8372
commit c00a0feb36
5 zmienionych plików z 40 dodań i 27 usunięć
+1 -2
Wyświetl plik
@@ -79,8 +79,7 @@ bool TestHsa::Initialize(int arg_cnt, char** arg_list) {
setup_timer_idx_ = hsa_timer_.CreateTimer();
dispatch_timer_idx_ = hsa_timer_.CreateTimer();
hsa_rsrc_ = HsaInstantiate(agent_id_);
if (hsa_rsrc_ == NULL) {
if (HsaInstantiate(agent_id_) == NULL) {
TEST_ASSERT(false);
return false;
}