mirror of
https://github.com/google/googletest.git
synced 2025-12-07 01:06:50 +08:00
Fix JSON outfile test to handle float precision
This commit is contained in:
parent
3983f67e32
commit
171cab7465
@ -178,3 +178,5 @@ class GTestJsonOutFilesTest(gtest_test_utils.TestCase):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
os.environ['GTEST_STACK_TRACE_DEPTH'] = '0'
|
os.environ['GTEST_STACK_TRACE_DEPTH'] = '0'
|
||||||
gtest_test_utils.Main()
|
gtest_test_utils.Main()
|
||||||
|
|
||||||
|
# running on MAcos 64 but noit in bit 32
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user