diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-10-10 13:07:53 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-10-10 13:07:53 -0700 |
commit | 537aea56c637b01ba72d4dec0b370cb8a00681b0 (patch) | |
tree | ece99f6ba5903e96e18229b08a13faa0b707974e | |
parent | 540424bd7655782ae2918f59e7ccbb844a9ca144 (diff) |
tests: Fix version check :)
-rw-r--r-- | tests/test_version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_version.cpp b/tests/test_version.cpp index 38ec7bc..99979bb 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@ #include "../src/pugixml.hpp" -#if PUGIXML_VERSION != 160 +#if PUGIXML_VERSION != 170 #error Unexpected pugixml version #endif |