diff options
-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 |