From 2744a1bc95ef218b8a5403fd03d6d2e9c7b99a6e Mon Sep 17 00:00:00 2001 From: Niklas Hackelberg Date: Mon, 14 Oct 2024 11:50:52 +0200 Subject: [PATCH] Update test/runtests.jl Co-authored-by: Dominique --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index d8619b1..59af2c6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -19,6 +19,5 @@ include("test_solve_shifted_system.jl") include("test_S_kwarg.jl") include("gpu/jlarrays.jl") if Sys.isapple() && occursin("arm64", Sys.MACHINE) - using Metal include("gpu/metal.jl") end