Skip to content

Commit 71aa978

Browse files
committed
fixing up-down mixup in comment
1 parent 47b81af commit 71aa978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smart_ptr_private_first_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_make_drvd_pass_base():
1212

1313
def test_make_drvd_up_cast_pass_drvd():
1414
b = m.make_shared_drvd_up_cast()
15-
# the base return is up-cast immediately.
15+
# the base return is down-cast immediately.
1616
assert b.__class__.__name__ == "drvd"
1717
i = m.pass_shared_drvd(b)
1818
assert i == 200

0 commit comments

Comments
 (0)