diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-30 02:17:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-30 02:17:35 (GMT) |
commit | 267cb31e79816b1c68acd4026235e55225ba6fa7 (patch) | |
tree | 2726f8cd5dc52ca8c35991a44e13daa0c520196d /testdata/scad/bugs/projectioncrash.scad | |
parent | 182625c5decbfe91d12242c5d69ec08b519fe2f4 (diff) |
Removed obsolete tests
Diffstat (limited to 'testdata/scad/bugs/projectioncrash.scad')
-rw-r--r-- | testdata/scad/bugs/projectioncrash.scad | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testdata/scad/bugs/projectioncrash.scad b/testdata/scad/bugs/projectioncrash.scad deleted file mode 100644 index 532ef8d..0000000 --- a/testdata/scad/bugs/projectioncrash.scad +++ /dev/null @@ -1,5 +0,0 @@ -// This causes OpenSCAD to crash. See source code comments: -// PolySetCGALEvaluator::evaluatePolySet(const ProjectionNode &node) -// Se also https://github.com/openscad/openscad/issues/80 - -projection(cut=true) translate([0,0,-4.999999]) cube(10, center=true); |