mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 14:15:11 +00:00
test: ConstructorStats newline (PyPy) (#4167)
This looks like it lacks a newline.
This commit is contained in:
parent
fac23b6f65
commit
0b4c1bc286
@ -115,7 +115,7 @@ public:
|
|||||||
#if defined(PYPY_VERSION)
|
#if defined(PYPY_VERSION)
|
||||||
PyObject *globals = PyEval_GetGlobals();
|
PyObject *globals = PyEval_GetGlobals();
|
||||||
PyObject *result = PyRun_String("import gc\n"
|
PyObject *result = PyRun_String("import gc\n"
|
||||||
"for i in range(2):"
|
"for i in range(2):\n"
|
||||||
" gc.collect()\n",
|
" gc.collect()\n",
|
||||||
Py_file_input,
|
Py_file_input,
|
||||||
globals,
|
globals,
|
||||||
|
Loading…
Reference in New Issue
Block a user