Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
aac54d40
Commit
aac54d40
authored
Dec 24, 2020
by
Ralf W. Grosse-Kunstleve
Browse files
fixing up-down mixup in comment
parent
9623045b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_smart_ptr_private_first_base.py
tests/test_smart_ptr_private_first_base.py
+1
-1
No files found.
tests/test_smart_ptr_private_first_base.py
View file @
aac54d40
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment