Skip to content

Commit 161e250

Browse files
committed
[OpenMP] Fix buildbot failing on allocator test
1 parent 2dec83c commit 161e250

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

offload/test/api/omp_device_alloc.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ int main() {
1515
omp_free(ptr, omp_default_mem_alloc);
1616
}
1717

18-
#pragma omp target
19-
{
20-
assert(!omp_alloc(sizeof(int), omp_null_allocator) && "Ptr is not (null)!");
21-
}
22-
2318
// CHECK: PASS
2419
printf("PASS\n");
2520
}

0 commit comments

Comments
 (0)