tests: Fix version check :)
This commit is contained in:
parent
540424bd76
commit
537aea56c6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "../src/pugixml.hpp"
|
||||
|
||||
#if PUGIXML_VERSION != 160
|
||||
#if PUGIXML_VERSION != 170
|
||||
#error Unexpected pugixml version
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue