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

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