Skip to content

Commit 7f5f4dc

Browse files
committed
[DO NOT MERGE]
1 parent 24a8299 commit 7f5f4dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/loader/ur_ldrddi.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,9 @@ __urdlllocal ur_result_t UR_APICALL urDeviceGetInfo(
504504
) {
505505
ur_result_t result = UR_RESULT_SUCCESS;
506506

507+
// For testing - this should explode and fail tests
508+
abort();
509+
507510
[[maybe_unused]] auto context = getContext();
508511

509512
// extract platform's function pointer table

0 commit comments

Comments
 (0)