From c9721d9920794fe8f6c45d91d699cc666d1a058f Mon Sep 17 00:00:00 2001 From: Boyuan Feng Date: Mon, 17 Mar 2025 14:15:46 -0700 Subject: [PATCH] fix flaky --- test/inductor/test_torchinductor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/inductor/test_torchinductor.py b/test/inductor/test_torchinductor.py index 3bf9f78d3e967..e85e28fc55100 100644 --- a/test/inductor/test_torchinductor.py +++ b/test/inductor/test_torchinductor.py @@ -14139,7 +14139,7 @@ def f(x, y): if not config.cpp_wrapper: FileCheck().check("def partition_0(args):").check( - "(buf0, buf1, arg0_1, arg1_1) = self.partitions[0](partition0_args)" + "self.partitions[0](partition0_args)" ).check("recursively_apply_fns = runner.recursively_apply_fns").run( code[0] )