diff --git a/dev/host_memory_leaks/find_leak.py b/dev/host_memory_leaks/find_leak.py index 8fe831c8745..07af9e358d0 100644 --- a/dev/host_memory_leaks/find_leak.py +++ b/dev/host_memory_leaks/find_leak.py @@ -14,6 +14,9 @@ import sys +print("for test only") +print('test update merge branch') + def do_it(): outstanding = {} line_num = 0