mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-09-23 06:53:16 +08:00
merges 1
This commit is contained in:
parent
a0e2faf480
commit
a75a5c9706
@ -305,7 +305,6 @@ def GenerateFile(path, content):
|
||||
overwrites it with the given content.
|
||||
"""
|
||||
print 'Updating file %s . . .' % path
|
||||
|
||||
f = file(path, 'w+')
|
||||
print >>f, content,
|
||||
f.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user