SWDEV-470698 - fix formatting, add format check workflow (#657)
This commit is contained in:
committed by
GitHub
parent
5840940caa
commit
f7338717ae
@@ -10,7 +10,7 @@ TEST_CASE("Unit_hipHostMalloc_4bytes") {
|
||||
|
||||
TEST_CASE("Unit_hipMalloc_4bytes") {
|
||||
int* d_a;
|
||||
auto res = hipMalloc(&d_a, sizeof(int));
|
||||
auto res = hipMalloc(&d_a, sizeof(int));
|
||||
REQUIRE(res == hipSuccess);
|
||||
res = hipFree(d_a);
|
||||
REQUIRE(res == hipSuccess);
|
||||
|
||||
Reference in New Issue
Block a user