From f3441f59caccaf501c8d4284187c5ea23c2e579b Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 27 Nov 2024 01:07:10 -0500 Subject: [PATCH] Remove stale tests --- NDTensors/test/lib/runtests.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/NDTensors/test/lib/runtests.jl b/NDTensors/test/lib/runtests.jl index 1d20d90406..1cb9e1b966 100644 --- a/NDTensors/test/lib/runtests.jl +++ b/NDTensors/test/lib/runtests.jl @@ -2,10 +2,8 @@ using NDTensors: NDTensors using Test: @testset @testset "Test NDTensors lib $lib" for lib in [ - "AllocateData", "AMDGPUExtensions", "BackendSelection", - "BaseExtensions", "CUDAExtensions", "GPUArraysCoreExtensions", "MetalExtensions",