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:
parent
cedb5aecb2
commit
4875e4b6bf
|
@ -148,7 +148,7 @@ struct EmptyClassInModule {}
|
||||||
|
|
||||||
// Ignored because heap types do not show up as being in builtins, instead they
|
// Ignored because heap types do not show up as being in builtins, instead they
|
||||||
// raise AttributeError:
|
// 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]
|
#[test]
|
||||||
#[ignore]
|
#[ignore]
|
||||||
fn empty_class_in_module() {
|
fn empty_class_in_module() {
|
||||||
|
|
Loading…
Reference in New Issue