diff options
Diffstat (limited to 'testdata/scad/include test6.scad')
-rw-r--r-- | testdata/scad/include test6.scad | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testdata/scad/include test6.scad b/testdata/scad/include test6.scad deleted file mode 100644 index 7a79456..0000000 --- a/testdata/scad/include test6.scad +++ /dev/null @@ -1,4 +0,0 @@ -module test6() -{ - echo("included from include test6.scad"); -} |