summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceSignatures/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/SourceSignatures/env.py')
-rw-r--r--test/Deprecated/SourceSignatures/env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceSignatures/env.py b/test/Deprecated/SourceSignatures/env.py
index 4851140..bb76ff4 100644
--- a/test/Deprecated/SourceSignatures/env.py
+++ b/test/Deprecated/SourceSignatures/env.py
@@ -60,7 +60,7 @@ def write_SConstruct(test, env_sigtype, default_sigtype):
expect = TestSCons.re_escape("""
scons: warning: The env.SourceSignatures() method is deprecated;
\tconvert your build to use the env.Decider() method instead.
-""") + TestSCons.file_expr + TestSCons.deprecated_python_expr
+""") + TestSCons.file_expr
write_SConstruct(test, 'MD5', 'timestamp')