Skip to content

Commit 97e89e6

Browse files
committed
test fix
1 parent a708c6a commit 97e89e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/histogram.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function move(backend, input)
7070
# TODO replace with adapt(backend, input)
7171
out = KernelAbstractions.allocate(backend, eltype(input), size(input))
7272
KernelAbstractions.copyto!(backend, out, input)
73-
return
73+
return out
7474
end
7575

7676
@testset "histogram tests" begin

0 commit comments

Comments
 (0)