As per title. Tinyformat does not print the same on every platform w/r/t pointers.
It does not seem follow the libc specification on Darwin. This patch fixes the issue
by using %p in both the test, and the ToString() method.
Additionally, use BOOST_CHECK_EQUAL so proper failure strings are printed in
the future.