summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceSignatures/no-csigs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/SourceSignatures/no-csigs.py')
-rw-r--r--test/Deprecated/SourceSignatures/no-csigs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceSignatures/no-csigs.py b/test/Deprecated/SourceSignatures/no-csigs.py
index 93ad408..f815538 100644
--- a/test/Deprecated/SourceSignatures/no-csigs.py
+++ b/test/Deprecated/SourceSignatures/no-csigs.py
@@ -50,7 +50,7 @@ test.write('f2.in', "f2.in\n")
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
test.run(arguments = '.', stderr = expect)