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

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