mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
Removing stray file.
This commit is contained in:
parent
69270b5dde
commit
2cb68ab051
@ -1,12 +0,0 @@
|
|||||||
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()
|
|
Loading…
Reference in New Issue
Block a user