Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
21bf16f5
Commit
21bf16f5
authored
Jun 10, 2019
by
luzpaz
Committed by
Wenzel Jakob
Jun 10, 2019
Browse files
misc. comment typo (#1629)
parent
ac6cb91a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_smart_ptr.py
tests/test_smart_ptr.py
+1
-1
No files found.
tests/test_smart_ptr.py
View file @
21bf16f5
...
@@ -128,7 +128,7 @@ def test_unique_deleter():
...
@@ -128,7 +128,7 @@ def test_unique_deleter():
o
=
m
.
MyObject4b
(
23
)
o
=
m
.
MyObject4b
(
23
)
assert
o
.
value
==
23
assert
o
.
value
==
23
cstats4a
=
ConstructorStats
.
get
(
m
.
MyObject4a
)
cstats4a
=
ConstructorStats
.
get
(
m
.
MyObject4a
)
assert
cstats4a
.
alive
()
==
2
# Two becaue of previous test
assert
cstats4a
.
alive
()
==
2
# Two becau
s
e of previous test
cstats4b
=
ConstructorStats
.
get
(
m
.
MyObject4b
)
cstats4b
=
ConstructorStats
.
get
(
m
.
MyObject4b
)
assert
cstats4b
.
alive
()
==
1
assert
cstats4b
.
alive
()
==
1
del
o
del
o
...
...
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