Skip to content

Commit 02b608a

Browse files
chore: apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9a1bf8 commit 02b608a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ end
265265
sum_xxᵀ(x) = sum(x .* x')
266266

267267
@testset "sum(x .* x')" begin
268-
@testset "size(x): $(size(x))" for x in (rand(4, 4), rand(4,))
268+
@testset "size(x): $(size(x))" for x in (rand(4, 4), rand(4))
269269
x_ca = Reactant.to_rarray(x)
270270

271271
sum_xxᵀ_compiled = @compile sum_xxᵀ(x_ca)

0 commit comments

Comments
 (0)