Fix version check in test
This commit is contained in:
parent
c5b288d91a
commit
3bd1f452b5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "../src/pugixml.hpp"
|
||||
|
||||
#if PUGIXML_VERSION != 1120
|
||||
#if PUGIXML_VERSION != 1130
|
||||
#error Unexpected pugixml version
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue