summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/EnvironmentTests.py')
-rw-r--r--src/engine/SCons/EnvironmentTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/EnvironmentTests.py b/src/engine/SCons/EnvironmentTests.py
index 4c9a0be..71383e7 100644
--- a/src/engine/SCons/EnvironmentTests.py
+++ b/src/engine/SCons/EnvironmentTests.py
@@ -1756,7 +1756,7 @@ f5: \
a = env.Action('$FOO')
assert a, a
- assert a.__class__ is SCons.Action.CommandGeneratorAction, a
+ assert a.__class__ is SCons.Action.LazyAction, a
a = env.Action(['$FOO', 'foo'])
assert a, a