Skip to content

Commit b4099c6

Browse files
authored
[SYCL][COMPAT] Revert all changes in sycl/test/CMakeLists.txt
1 parent 9ac2f25 commit b4099c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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 available triples"
68+
add_lit_testsuite(check-sycl-combined-triples "Running device-agnostic SYCL regression tests for all avaialble triples"
6969
${CMAKE_CURRENT_BINARY_DIR}
7070
ARGS ${RT_TEST_ARGS}
7171
PARAMS "SYCL_TRIPLE=${TRIPLES}"
@@ -85,7 +85,7 @@ add_lit_testsuite(check-sycl-spirv "Running device-agnostic SYCL regression test
8585
${SYCL_TEST_EXCLUDE}
8686
EXCLUDE_FROM_CHECK_ALL
8787
)
88-
88+
8989
add_lit_testsuite(check-sycl-dumps "Running ABI dump tests only"
9090
${CMAKE_CURRENT_BINARY_DIR}
9191
ARGS ${RT_TEST_ARGS}

0 commit comments

Comments
 (0)