Removing stray file.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-01-08 16:44:35 -08:00
parent 69270b5dde
commit 2cb68ab051
1 changed files with 0 additions and 12 deletions

View File

@ -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()