mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
fixing up-down mixup in comment
This commit is contained in:
parent
9623045b7b
commit
aac54d4021
@ -12,7 +12,7 @@ def test_make_drvd_pass_base():
|
||||
|
||||
def test_make_drvd_up_cast_pass_drvd():
|
||||
b = m.make_shared_drvd_up_cast()
|
||||
# the base return is up-cast immediately.
|
||||
# the base return is down-cast immediately.
|
||||
assert b.__class__.__name__ == "drvd"
|
||||
i = m.pass_shared_drvd(b)
|
||||
assert i == 200
|
||||
|
Loading…
Reference in New Issue
Block a user