mirror of
https://github.com/google/googletest.git
synced 2026-04-30 19:09:20 +08:00
Merge 840b4f80bd1e0a536bffdce6df4b13cb525bb8c0 into 73a63ea05dc8ca29ec1d2c1d66481dd0de1950f1
This commit is contained in:
commit
997ae91c11
6
GENESIS_PATCH.py
Normal file
6
GENESIS_PATCH.py
Normal file
@ -0,0 +1,6 @@
|
||||
def fix_issue():
|
||||
"""修复某个问题的补丁"""
|
||||
print("这是一个示例补丁")
|
||||
|
||||
if __name__ == "__main__":
|
||||
fix_issue()
|
||||
Loading…
x
Reference in New Issue
Block a user