Merge remote-tracking branch 'origin/dcreager/callable-return' into dcreager/callable-return

* origin/dcreager/callable-return:
  bump expected diagnostics for static-frame
This commit is contained in:
Douglas Creager 2025-12-12 22:26:38 -05:00
commit 8069064aca
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ static STATIC_FRAME: Benchmark = Benchmark::new(
max_dep_date: "2025-08-09", max_dep_date: "2025-08-09",
python_version: PythonVersion::PY311, python_version: PythonVersion::PY311,
}, },
950, 1100,
); );
#[track_caller] #[track_caller]