diff --git a/test/runtests.jl b/test/runtests.jl index 9af2780..b005d24 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,8 +4,4 @@ using LuxCUDA, Test @test LuxCUDA.USE_CUDA_GPU[] === nothing @test LuxCUDA.functional() isa Bool - - if VERSION ≥ v"1.9" - @test !@isdefined(NNlibCUDA) - end end