Skip to content

Commit 3bd1f45

Browse files
committed
Fix version check in test
1 parent c5b288d commit 3bd1f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "../src/pugixml.hpp"
22

3-
#if PUGIXML_VERSION != 1120
3+
#if PUGIXML_VERSION != 1130
44
#error Unexpected pugixml version
55
#endif

0 commit comments

Comments
 (0)