Skip to content

Commit bdd43a3

Browse files
committed
NITS
1 parent 3a13c9f commit bdd43a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/onemkl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ k = 13
1515
B = oneArray{T}(undef, m)
1616
oneMKL.copy!(m,A,B)
1717
@test Array(A) == Array(B)
18-
end
18+
end
1919

2020
@testset "axpy" begin
2121
# Test axpy primitive

0 commit comments

Comments
 (0)