Skip to content

Commit ab77a5c

Browse files
dehannmateuszbaran
andauthored
Update test/partitions_and_static_arrays.jl
Co-authored-by: Mateusz Baran <[email protected]>
1 parent 9a6d517 commit ab77a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/partitions_and_static_arrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ p2 = similar(p)
1010
@test typeof(p2)==typeof(p)
1111

1212
p3 = ArrayPartition(SA[1.0, 2.0], MMatrix{2,2}([3.0 4.0; 3.0 5.0]))
13-
@test length(typeof(p3)) == 6
13+
@test (@inferred length(typeof(p3))) == 6

0 commit comments

Comments
 (0)