Skip to content

Commit 775ac69

Browse files
committed
fix tests
1 parent a0b5d05 commit 775ac69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/resizable_array_tests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ end
278278
s[i, j] = i + j
279279
end
280280
end
281-
s[5, 11] = 16
282281
result = map(elem -> elem + 1, s)
283282
for i in 1:10
284283
for j in 1:10

0 commit comments

Comments
 (0)