Skip to content

Commit ac266dc

Browse files
committed
remove Point definition from tests
1 parent 0adc9a5 commit ac266dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/fixed_size_arrays.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ using Base.Test
55
import StaticArrays.FixedSizeArrays: @fixed_vector
66

77

8-
@fixed_vector Point StaticVector
9-
108
@compat const Vec1d = Vec{1, Float64}
119
@compat const Vec2d = Vec{2, Float64}
1210
@compat const Vec3d = Vec{3, Float64}

0 commit comments

Comments
 (0)