diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-10 18:30:57 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-10 18:30:57 (GMT) |
commit | 214fb779ac653c654771bcf1d4b7630c7372666d (patch) | |
tree | 63d9a126eff5ba8001ad1df322e6b9d0e6011c0b /testdata/modulecache-tests/moduleoverload.scad | |
parent | 93cdb34d8b7dada6abbfd655fc381562e9309a5b (diff) | |
parent | dcb0b53d1155acfcdf5a9821dc8f21a1f5867c75 (diff) |
Merge branch 'master' of github.com:openscad/openscad
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(); |