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
This commit is contained in:
Wouter Devriendt 2025-04-30 04:55:55 +00:00 committed by PyTorch MergeBot
parent fcfa6e36c9
commit 4df97a8839

View File

@ -191,7 +191,7 @@ from user code:
) )
test_aot = within_range_record_test(2, 6, aot=logging.INFO) 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_debug = within_range_record_test(3, 27, inductor=logging.DEBUG)
test_inductor_info = within_range_record_test(2, 10, inductor=logging.INFO) test_inductor_info = within_range_record_test(2, 10, inductor=logging.INFO)
@make_logging_test() @make_logging_test()