Fix constant name.

This commit is contained in:
Georg Brandl 2009-10-29 21:44:56 +00:00
parent 43a17ff016
commit 93c2171494
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ def runtest_inner(test, verbose, quiet,
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