Skip to content

Commit 21893bf

Browse files
committed
[SYCL] Re-enable unit-tests for virtual functions
They were disabled because some helpers were missing in UR mock infrastructure. However, they can be built just fine, meaning that the mock infrastructure gap has been already closed.
1 parent 003fa58 commit 21893bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/unittests/Extensions/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ add_sycl_unittest(ExtensionsTests OBJECT
2121
)
2222

2323
add_subdirectory(CommandGraph)
24-
25-
# Disabled pending UR fix adding setDataAs to mock dummy handle.
26-
#add_subdirectory(VirtualFunctions)
24+
add_subdirectory(VirtualFunctions)

0 commit comments

Comments
 (0)