Skip to content

Commit 1a12bea

Browse files
authored
[SYCL] Fix typo in check-sycl log message (#11332)
Happened to notice this Signed-off-by: Sarnie, Nick <[email protected]>
1 parent d22c9c5 commit 1a12bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if ((SYCL_BUILD_PI_HIP AND "${SYCL_BUILD_PI_HIP_PLATFORM}" STREQUAL "AMD"))
6565
set(TRIPLES "${TRIPLES},amdgcn-amd-amdhsa")
6666
endif()
6767

68-
add_lit_testsuite(check-sycl-combined-triples "Running device-agnostic SYCL regression tests for all avaialble triples"
68+
add_lit_testsuite(check-sycl-combined-triples "Running device-agnostic SYCL regression tests for all available triples"
6969
${CMAKE_CURRENT_BINARY_DIR}
7070
ARGS ${RT_TEST_ARGS}
7171
PARAMS "SYCL_TRIPLE=${TRIPLES}"

0 commit comments

Comments
 (0)