Skip to content

Commit f3710ea

Browse files
authored
[CUDA] Remove 'array' from CUDA tests as it's only present in HIP (#257)
Unbreaks CUDA test bots
1 parent ecb8582 commit f3710ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

External/CUDA/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ macro(create_local_cuda_tests VariantSuffix)
6363
list(APPEND CUDA_LOCAL_TESTS assert)
6464
list(APPEND CUDA_LOCAL_TESTS axpy)
6565
list(APPEND CUDA_LOCAL_TESTS algorithm)
66-
list(APPEND CUDA_LOCAL_TESTS array)
6766
list(APPEND CUDA_LOCAL_TESTS cmath)
6867
list(APPEND CUDA_LOCAL_TESTS complex)
6968
list(APPEND CUDA_LOCAL_TESTS math_h)

0 commit comments

Comments
 (0)