0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-14 01:47:55 +08:00

Fix version check in test

This commit is contained in:
Arseny Kapoulkine 2022-10-20 20:23:26 -07:00
parent c5b288d91a
commit 3bd1f452b5

View File

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