diff -r f06c5eba524d -r b6d834208d33 core/expat-2.0.1/tests/runtestspp.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/expat-2.0.1/tests/runtestspp.cpp Tue Feb 02 21:49:24 2016 +0000 @@ -0,0 +1,6 @@ +// C++ compilation harness for the test suite. +// +// This is used to ensure the Expat headers can be included from C++ +// and have everything work as expected. +// +#include "runtests.c"