0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-15 02:17:56 +08:00
pugixml/tests/test_version.cpp
Arseny Kapoulkine 234c2f3657 tests: Convert several files to Unix line endings
They were still using Windows EOL by mistake
2015-09-19 00:14:18 -07:00

6 lines
99 B
C++

#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 160
#error Unexpected pugixml version
#endif