We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1ea64 commit b2f396dCopy full SHA for b2f396d
test/testsuite/indexing.jl
@@ -55,7 +55,7 @@
55
@test compare(x->setindex!(x,1,1), AT, zeros(Int, 2))
56
57
# issue #319
58
- @test compare(x->setindex!(x,1,1,1), AT, zeros(Float64, 2, 2))
+ @test compare(x->setindex!(x,1,1,1), AT, zeros(Float32, 2, 2))
59
end
60
61
0 commit comments