From efd9a57cc9ee4296862bc2e9d9fa2240dbd2db95 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 1c73353..14178dc 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -19,6 +19,5 @@ include("test_solve_shifted_system.jl") include("gpu/test_S_kwarg.jl") include("gpu/jlarrays.jl") if Sys.isapple() && occursin("arm64", Sys.MACHINE) - using Metal include("gpu/metal.jl") end