From 537aea56c637b01ba72d4dec0b370cb8a00681b0 Mon Sep 17 00:00:00 2001
From: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Date: Sat, 10 Oct 2015 13:07:53 -0700
Subject: tests: Fix version check :)

---
 tests/test_version.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests')

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
-- 
cgit v1.2.3