Skip to content

Commit a3a50f3

Browse files
committed
sdfg
1 parent ae8f68e commit a3a50f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/array.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ end
489489
sum(reshape(PermutedDimsArray(reshape(Float32.(1:30), 5, 3, 2), (3, 1, 2)), (10, 3)); dims=1)
490490
end
491491

492-
493492
@testset "accumulate" begin
494493
for n in (0, 1, 2, 3, 10, 10_000, 16384, 16384+1) # small, large, odd & even, pow2 and not
495494
@testset let n=n

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ using Printf: @sprintf
77
import REPL
88
using Test
99

10-
1110
# Quit without erroring if Metal loaded without issues on unsupported platforms
1211
if !Sys.isapple()
1312
@warn """Metal.jl succesfully loaded on non-macOS system.

0 commit comments

Comments
 (0)