tests: Fix version check :)

This commit is contained in:
Arseny Kapoulkine 2015-10-10 13:07:53 -07:00
parent 540424bd76
commit 537aea56c6

View file

@ -1,5 +1,5 @@
#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 160
#if PUGIXML_VERSION != 170
#error Unexpected pugixml version
#endif