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

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