diff options
Diffstat (limited to 'testdata/scad/dxf/nothing-decimal-comma-separated.scad')
-rw-r--r-- | testdata/scad/dxf/nothing-decimal-comma-separated.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/scad/dxf/nothing-decimal-comma-separated.scad b/testdata/scad/dxf/nothing-decimal-comma-separated.scad index 204ce08..83219cd 100644 --- a/testdata/scad/dxf/nothing-decimal-comma-separated.scad +++ b/testdata/scad/dxf/nothing-decimal-comma-separated.scad @@ -1,2 +1,2 @@ // This tests should not crash but produce no visible result, see former issue 593. -import("../../nothing-decimal-comma-separated.dxf"); +import("../../dxf/nothing-decimal-comma-separated.dxf"); |