From dcff4e84f4455a49463de0594ae3e80c3c71860d Mon Sep 17 00:00:00 2001 From: Yanxuan Liu Date: Tue, 17 Dec 2024 16:06:35 +0800 Subject: [PATCH 1/2] for merge to main test Signed-off-by: Yanxuan Liu --- dev/host_memory_leaks/find_leak.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/host_memory_leaks/find_leak.py b/dev/host_memory_leaks/find_leak.py index 8fe831c8745..9bc8ef7937b 100644 --- a/dev/host_memory_leaks/find_leak.py +++ b/dev/host_memory_leaks/find_leak.py @@ -14,6 +14,8 @@ import sys +print("for test only") + def do_it(): outstanding = {} line_num = 0 From 2ebfae514aad776915818b5a6a62063281462ff2 Mon Sep 17 00:00:00 2001 From: Yanxuan Liu Date: Tue, 17 Dec 2024 16:26:33 +0800 Subject: [PATCH 2/2] test merge branch Signed-off-by: Yanxuan Liu --- dev/host_memory_leaks/find_leak.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/host_memory_leaks/find_leak.py b/dev/host_memory_leaks/find_leak.py index 9bc8ef7937b..07af9e358d0 100644 --- a/dev/host_memory_leaks/find_leak.py +++ b/dev/host_memory_leaks/find_leak.py @@ -15,6 +15,7 @@ import sys print("for test only") +print('test update merge branch') def do_it(): outstanding = {}