1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-15 03:05:41 +02:00

remove re-asigned

This commit is contained in:
Justin Lin
2019-05-21 18:54:02 +08:00
parent 844c6e7d9b
commit 645d0946c1

View File

@@ -14,8 +14,6 @@ module test_hull_polyline2d() {
assertEqualPoint(points[index], point2);
assertEqual(line_width, radius * 2);
}
$fn = 4;
hull_polyline2d(
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]],