From dcff4e84f4455a49463de0594ae3e80c3c71860d Mon Sep 17 00:00:00 2001 From: Yanxuan Liu Date: Tue, 17 Dec 2024 16:06:35 +0800 Subject: [PATCH] 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