diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-14 02:25:09 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-14 02:25:09 (GMT) |
commit | 10701f71581bd4053ab328254d6abacd6956b498 (patch) | |
tree | 235e93f614c1d2d15d9e6b445a632af5d2f3d2c4 /testdata/scad/features/use-test5.scad | |
parent | 26c9514b70cee4d49ea5441c50dabbda2631e9fa (diff) |
Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include
Diffstat (limited to 'testdata/scad/features/use-test5.scad')
-rw-r--r-- | testdata/scad/features/use-test5.scad | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testdata/scad/features/use-test5.scad b/testdata/scad/features/use-test5.scad deleted file mode 100644 index e4393cb..0000000 --- a/testdata/scad/features/use-test5.scad +++ /dev/null @@ -1,4 +0,0 @@ -module test5() -{ - sphere(r=0.5, $fn=8); -} |