Commit 2cb68ab0 authored by Ralf W. Grosse-Kunstleve's avatar Ralf W. Grosse-Kunstleve
Browse files

Removing stray file.

parent 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()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment