0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-28 14:48:43 +08:00
pugixml/tests/test_version.cpp
arseny.kapoulkine 0d4020e96e tests: Added version test
git-svn-id: http://pugixml.googlecode.com/svn/trunk@831 99668b35-9821-0410-8761-19e4c4f06640
2011-12-20 10:34:37 +00:00

6 lines
104 B
C++

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