diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-20 06:51:50 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-20 06:51:50 (GMT) |
commit | f0215e86c8baa1a45af9c2c9828398d29e425beb (patch) | |
tree | c876a571c1e2e7aa8b8e5e6fb52fc5b7bcdbf6df | |
parent | 4750709867e0f5743934a20250ca0990472b7a4f (diff) |
remove test pending decision on backwards compatability
-rw-r--r-- | testdata/scad/dxf/scale-with-0.scad | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testdata/scad/dxf/scale-with-0.scad b/testdata/scad/dxf/scale-with-0.scad deleted file mode 100644 index c4f6a9d..0000000 --- a/testdata/scad/dxf/scale-with-0.scad +++ /dev/null @@ -1,3 +0,0 @@ -// https://github.com/openscad/openscad/issues/148 -scale([8,8,0]) - linear_extrude(file="../../circle.dxf"); |