diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-28 05:24:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-06 00:24:59 (GMT) |
commit | d320a8528440f340dc182597cd519f9976de7e0d (patch) | |
tree | 7b4a20673c673c1a1dee6d37d2b2ba7b9e1ac696 /testdata | |
parent | 6409f0e35412b3b13329bb207e260b7d28640b0f (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 ce341ca..b168200 100644 --- a/testdata/modulecache-tests/README.txt +++ b/testdata/modulecache-tests/README.txt @@ -84,7 +84,7 @@ Test11: Missing include file appears o rm missing.scad o Open includemissing.scad o Compile (F5) -o Verify that you get: WARNING: Can't open 'use' file 'missing.scad'. +o Verify that you get: WARNING: Can't open include file 'missing.scad'. o echo "module missing() { sphere(10); }" > missing.scad o rm missing.scad o Reload and Compile (F4) - verify that the sphere is gone |