summaryrefslogtreecommitdiff
path: root/tests/test_version.cpp
blob: e33695e91cbcd43833dd93947d3af96debecb7a9 (plain)
1
2
3
4
5
#include "../src/pugixml.hpp"

#if PUGIXML_VERSION != 100
#error Unexpected pugixml version
#endif