Skip to content

Commit 880dfc5

Browse files
NFC changes
Co-authored-by: Copilot <[email protected]>
1 parent f8b3633 commit 880dfc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/cmake/modules/AddSYCLUnitTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function(add_sycl_unittest_internal test_dirname link_variant is_preview)
106106
# that the test itself links to OpenCL (rather than through ur_adapter_opencl.dll)
107107
set(mock_ocl ${CMAKE_CURRENT_BINARY_DIR}/OpenCL.dll)
108108

109-
# An error is thrown if both the preview and non-preview version tries to
109+
# An error is thrown if both the preview and non-preview versions try to
110110
# copy OpenCL.dll to the test binary directory. Ninja complains that there
111111
# are multiple rules for building the same file (listed in the "BYPRODUCTS" field).
112112
# To fix this error, we use a different "BYPRODUCTS" name for
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
add_sycl_unittest_both(EventTests EventTestsPreview OBJECT
22
EventDestruction.cpp
3-
)
3+
)

0 commit comments

Comments
 (0)