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