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] )