Skip to content
Snippets Groups Projects
Commit a59b1c0e7aa6 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Enforce two digit exponent under MSVC

This makes the test output match UNIX.
parent 6abbc2f55823
No related branches found
No related tags found
No related merge requests found
......@@ -560,6 +560,10 @@
srand(time(NULL));
xmlInitMemory();
#if defined(_MSC_VER) && _MSC_VER < 1900
_set_output_format(_TWO_DIGIT_EXPONENT);
#endif
LIBXML_TEST_VERSION
sec = xsltNewSecurityPrefs();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment