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
2cb68ab0
Commit
2cb68ab0
authored
Jan 08, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Removing stray file.
parent
69270b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
tests/work.py
tests/work.py
+0
-12
No files found.
tests/work.py
deleted
100644 → 0
View file @
69270b5d
from
pybind11_tests
import
unique_ptr_member
as
m
def
test_pointee_and_ptr_owner
():
m
.
to_cout
(
""
)
obj
=
m
.
pointee
()
assert
obj
.
get_int
()
==
213
del
obj
print
(
"DONE."
,
flush
=
True
)
test_pointee_and_ptr_owner
()
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