summaryrefslogtreecommitdiffstats
path: root/test/symlink
diff options
context:
space:
mode:
Diffstat (limited to 'test/symlink')
-rw-r--r--test/symlink/dangling-include.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symlink/dangling-include.py b/test/symlink/dangling-include.py
index b5ea1e0..61ef07d 100644
--- a/test/symlink/dangling-include.py
+++ b/test/symlink/dangling-include.py
@@ -51,7 +51,7 @@ test.write('foo.c', """\
test.symlink('nonexistent', 'foo.h')
expect = """\
-scons: *** Source `foo.h' not found, needed by target `%s'. Stop.
+scons: *** Implicit dependency `foo.h' not found, needed by target `%s'. Stop.
"""% foo_obj
test.run(arguments = '.', status = 2, stderr = expect)