0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +08:00

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