diff options
author | Steven Knight <knight@baldmt.com> | 2005-09-18 01:26:47 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-09-18 01:26:47 (GMT) |
commit | 895040e6e3d6a9061609387e9fd3fff21a16f5f0 (patch) | |
tree | fe3f2ef6d63b30e93269fdb9fd5f87069140435d /src/engine/SCons/EnvironmentTests.py | |
parent | 0f589777dc52f0b55ed0e1865ed1930fc987e305 (diff) | |
download | SCons-895040e6e3d6a9061609387e9fd3fff21a16f5f0.zip SCons-895040e6e3d6a9061609387e9fd3fff21a16f5f0.tar.gz SCons-895040e6e3d6a9061609387e9fd3fff21a16f5f0.tar.bz2 |
Environment infrastructure for special variable handling.
Diffstat (limited to 'src/engine/SCons/EnvironmentTests.py')
-rw-r--r-- | src/engine/SCons/EnvironmentTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/EnvironmentTests.py b/src/engine/SCons/EnvironmentTests.py index 495fab0..55dfb3a 100644 --- a/src/engine/SCons/EnvironmentTests.py +++ b/src/engine/SCons/EnvironmentTests.py @@ -1211,7 +1211,7 @@ def exists(env): assert env['CCC2'] == ['c2'], env['CCC2'] def test_Copy(self): - """Test construction Environment copying + """Test construction environment copying Update the copy independently afterwards and check that the original remains intact (that is, no dangling |