Skip to content

Commit

Permalink
Fix version check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Oct 21, 2022
1 parent c5b288d commit 3bd1f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "../src/pugixml.hpp"

#if PUGIXML_VERSION != 1120
#if PUGIXML_VERSION != 1130
#error Unexpected pugixml version
#endif

0 comments on commit 3bd1f45

Please sign in to comment.