Skip to content

Commit

Permalink
update URL in comment to point at correct place
Browse files Browse the repository at this point in the history
The branch has drifted and those line ranges are no longer accurate.
  • Loading branch information
alex authored and adamreichold committed Dec 28, 2022
1 parent cedb5ae commit 4875e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_class_basics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4875e4b

Please sign in to comment.