diff options
Diffstat (limited to 'testdata/modulecache-tests/moduleoverload.scad')
-rw-r--r-- | testdata/modulecache-tests/moduleoverload.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/modulecache-tests/moduleoverload.scad b/testdata/modulecache-tests/moduleoverload.scad index 1928715..f8ebc6a 100644 --- a/testdata/modulecache-tests/moduleoverload.scad +++ b/testdata/modulecache-tests/moduleoverload.scad @@ -1,7 +1,7 @@ use <mymodule-lib.scad> module mymodule() { - sphere(); + sphere(5); } mymodule(); |