Commit c8a0482c authored by zhanyong.wan's avatar zhanyong.wan
Browse files

Fixes the broken gtest_break_on_failure_unittest.py.

parent 42abea35
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment