Fixes the broken gtest_break_on_failure_unittest.py.
This commit is contained in:
parent
42abea350d
commit
c8a0482c0b
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user