tests: Fix version test

This commit is contained in:
Arseny Kapoulkine 2014-11-17 22:45:38 -08:00
parent 0749d53613
commit 3c048bbb5e

View file

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