fix tests broken after #152450 (#152493)

Updating test expected value after #152450

Pull Request resolved: https://github.com/pytorch/pytorch/pull/152493
Approved by: https://github.com/huydhn, https://github.com/malfet

Co-authored-by: Huy Do <huydhn@gmail.com>
This commit is contained in:
Wouter Devriendt 2025-04-30 07:16:10 +00:00 committed by PyTorch MergeBot
parent 5a52e05024
commit d8fe6fa280

View File

@ -191,8 +191,8 @@ from user code:
)
test_aot = within_range_record_test(2, 6, aot=logging.INFO)
test_inductor_debug = within_range_record_test(3, 26, inductor=logging.DEBUG)
test_inductor_info = within_range_record_test(2, 10, inductor=logging.INFO)
test_inductor_debug = within_range_record_test(3, 27, inductor=logging.DEBUG)
test_inductor_info = within_range_record_test(2, 11, inductor=logging.INFO)
@make_logging_test()
def test_inductor_error(self, records):