diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-26 19:05:59 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-26 19:05:59 (GMT) |
commit | da970b5cc067baeb0edee59ba791e14a7fbfb4c6 (patch) | |
tree | c33abc2220353c86aa659017d79907ffed61204d /testdata | |
parent | 6b66e9f0338509747ba4bf12438ff9f1ce0873e9 (diff) |
typo
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/modulecache-tests/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/modulecache-tests/README.txt b/testdata/modulecache-tests/README.txt index eb3bac0..4577f70 100644 --- a/testdata/modulecache-tests/README.txt +++ b/testdata/modulecache-tests/README.txt @@ -94,7 +94,7 @@ Test12: Missing include file in subpath appears o rm subdir/missingsub.scad o Open includemissingsub.scad o Compile (F5) -o Verify that you get: WARNING: Can't open 'use' file 'missingsub.scad'. +o Verify that you get: WARNING: Can't open include file 'subdir/missingsub.scad'. o echo "module missingsub() { sphere(10); }" > subdir/missingsub.scad o rm subdir/missingsub.scad o Reload and Compile (F4) - verify that the sphere is gone |