diff options
author | Tim V. Shaporev <tim@sierra.auriga.ru> | 2014-01-29 08:11:38 (GMT) |
---|---|---|
committer | Tim V. Shaporev <tim@sierra.auriga.ru> | 2014-01-29 08:11:38 (GMT) |
commit | 111a935540a73a688dfde03fc10f9af191e050be (patch) | |
tree | 62298b439743ae81c1cf1b392404c8e6f1303d97 /testdata | |
parent | b3a946bd929658aed58ee861f8bc6aaf6db19a1f (diff) |
fixup 593 revised
Diffstat (limited to 'testdata')
-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"); |