commit | 93c21714946d5fa287bb4aa1d9acb46d55f0b742 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Oct 29 21:44:56 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Oct 29 21:44:56 2009 +0000 |
tree | 332ae3366b565ab5bf6d7ec4249dae8abb312329 | |
parent | 43a17ff016f1a47dd0a45bf0db0ff015e5bb3ddb [diff] [blame] |
Fix constant name.
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c337842..259e592 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -854,7 +854,7 @@ if refleak: return FAILED, test_time if environment.changed: - return ENVIRONMENT_CHANGED, test_time + return ENV_CHANGED, test_time # Except in verbose mode, tests should not print anything if verbose or huntrleaks: return PASSED, test_time