summaryrefslogtreecommitdiff
path: root/testdata/modulecache-tests/moduleoverload.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-10 07:18:07 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-10 07:18:07 (GMT)
commit3ce44e92a482d427e439d5358367ba6d30098afc (patch)
tree0212643a784ebf28295f09a82f32b642a6062932 /testdata/modulecache-tests/moduleoverload.scad
parent603ce024201b22d722e1bbb41eb5cc2ae682f708 (diff)
cosmetics
Diffstat (limited to 'testdata/modulecache-tests/moduleoverload.scad')
-rw-r--r--testdata/modulecache-tests/moduleoverload.scad2
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();
contact: Jan Huwald // Impressum