diff options
Diffstat (limited to 'test/Deprecated/SourceSignatures/basic.py')
-rw-r--r-- | test/Deprecated/SourceSignatures/basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceSignatures/basic.py b/test/Deprecated/SourceSignatures/basic.py index c762a73..52a2c5c 100644 --- a/test/Deprecated/SourceSignatures/basic.py +++ b/test/Deprecated/SourceSignatures/basic.py @@ -54,7 +54,7 @@ def write_SConstruct(test, 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, 'timestamp') |