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 1fc5cd1 commit 6aea2abCopy full SHA for 6aea2ab
test/basic_indexing.jl
@@ -257,3 +257,6 @@ foo!(u_vector)
257
# test efficiency
258
num_allocs = @allocations foo!(u_matrix)
259
@test num_allocs == 0
260
+
261
+# issue 354
262
+@test VectorOfArray(ones(1))[:] == ones(1)
0 commit comments