Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 28, 2023
1 parent 04c5547 commit c37fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if "CUDA" in ARGS
@safetestset "Operators - spectral element CUDA" begin @time include("Operators/spectralelement/rectilinear_cuda.jl") end
@safetestset "Operators - finite difference CUDA" begin @time include("Operators/hybrid/cuda.jl") end
@safetestset "Operators - extruded sphere space operators CUDA" begin @time include("Operators/hybrid/extruded_sphere_cuda.jl") end
@safetestset "Operators - extruded sphere space operators CUDA" begin @time include("Operators/hybrid/extruded_3dbox_cuda.jl") end
@safetestset "Operators - extruded 3dbox space operators CUDA" begin @time include("Operators/hybrid/extruded_3dbox_cuda.jl") end
@safetestset "Fields - CUDA mapreduce" begin @time include("Fields/reduction_cuda.jl") end
end

Expand Down

0 comments on commit c37fa07

Please sign in to comment.