Skip to content

Commit 6c4b0fa

Browse files
committed
fixup! fixup! develop
1 parent 3db4b0f commit 6c4b0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/borrowed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ int main()
2828
assert_borrowed_ptr((detail::borrowed<PyObject> volatile*)BOOST_NULLPTR);
2929
assert_borrowed_ptr((detail::borrowed<PyObject> const volatile*)BOOST_NULLPTR);
3030
assert_not_borrowed_ptr((PyObject*)BOOST_NULLPTR);
31-
assert_not_borrowed_ptr(0);
31+
assert_not_borrowed_ptr(BOOST_NULLPTR);
3232
return 0;
3333
}

0 commit comments

Comments
 (0)