Skip to content

Commit 6a97ef7

Browse files
authored
Update regular_shapes.scad
1 parent 7677d11 commit 6a97ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regular_shapes.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ module square_pyramid(base_x, base_y,height)
203203

204204
// Tests:
205205

206-
test_square_pyramid(){square_pyramid(10, 20, 30);}
206+
module test_square_pyramid(){square_pyramid(10, 20, 30);}

0 commit comments

Comments
 (0)