update URL in comment to point at correct place

The branch has drifted and those line ranges are no longer accurate.
This commit is contained in:
Alex Gaynor 2022-12-28 14:05:48 -05:00 committed by Adam Reichold
parent cedb5aecb2
commit 4875e4b6bf
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ struct EmptyClassInModule {}
// Ignored because heap types do not show up as being in builtins, instead they
// raise AttributeError:
// https://github.com/python/cpython/blob/master/Objects/typeobject.c#L544-L573
// https://github.com/python/cpython/blob/v3.11.1/Objects/typeobject.c#L541-L570
#[test]
#[ignore]
fn empty_class_in_module() {