Fixes the broken gtest_break_on_failure_unittest.py.

This commit is contained in:
zhanyong.wan 2009-05-07 20:39:08 +00:00
parent 42abea350d
commit c8a0482c0b

View File

@ -48,6 +48,8 @@ import unittest
# Constants.
IS_WINDOWS = os.name == 'nt'
# The environment variable for enabling/disabling the break-on-failure mode.
BREAK_ON_FAILURE_ENV_VAR = 'GTEST_BREAK_ON_FAILURE'