Skip to content

Commit 519e0be

Browse files
committed
Fix typos
1 parent 94c845e commit 519e0be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/interface_tests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ testda = DiffEqArray(recs,t)
7474
@test size(convert(Array,testva)) == (2,2,3)
7575
@test size(convert(Array,testda)) == (2,2,3)
7676

77-
# create similar VectorOfArray/DiffEqArray
78-
t = 1:4
77+
# create similar VectorOfArray
7978
recs = [rand(6) for i = 1:4]
8079
testva = VectorOfArray(recs)
8180

0 commit comments

Comments
 (0)