From 0312788725239eb6587d422ed8d4bf5d7230543c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E6=89=BF=E6=98=86?= Date: Mon, 14 Jul 2025 01:42:21 +0000 Subject: [PATCH] update test/_inductor/test_abs.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杜承昆 --- test/_inductor/test_abs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/_inductor/test_abs.py b/test/_inductor/test_abs.py index b7e02a52c26..cc8fe778078 100644 --- a/test/_inductor/test_abs.py +++ b/test/_inductor/test_abs.py @@ -26,5 +26,6 @@ class TestAbs(TestUtils): instantiate_parametrized_tests(TestAbs) + if __name__ == "__main__": run_tests() -- Gitee