Skip to content

Commit

Permalink
Make a test stop complaining on 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkeller34 committed Nov 14, 2018
1 parent fd44f0d commit 0f5899d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Expand Up @@ -284,8 +284,8 @@ end
canvas = Polygon(5 .* square_pts)
x = clip(Clipper.ClipTypeDifference, canvas, mask)
c2 = Cell("squares")
for p in x
render!(c2, p, GDSMeta(0))
for z in x
render!(c2, z, GDSMeta(0))
end

@test length(elements(c2)) == 2
Expand Down

0 comments on commit 0f5899d

Please sign in to comment.