Skip to content

Commit 6cc0b54

Browse files
authored
rerun CI
1 parent df9ecca commit 6cc0b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/LinearAlgebra/blas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
@testset "Array{$T,$N}" for N in eachindex(dims), T in (Float64, ComplexF64)
5959
s = (dims[1] * incx, dims[2:N]...)
6060
n = div(prod(s), incx)
61-
test_rrule( BLAS.asum, n, randn(T, s), incx)
61+
test_rrule(BLAS.asum, n, randn(T, s), incx)
6262
end
6363
end
6464
end

0 commit comments

Comments
 (0)