diff options
| author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-17 22:45:38 -0800 | 
|---|---|---|
| committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-17 22:45:38 -0800 | 
| commit | 3c048bbb5e64605cc4e3aa15e0a536eaf00f3c6f (patch) | |
| tree | 06b059a3baeeabc34459d90d21f03d7252eaace5 /tests | |
| parent | 0749d53613f49e5422c4ba125ca4026e1ceced77 (diff) | |
tests: Fix version test
Diffstat (limited to 'tests')
| -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 622a100..24036fc 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@  #include "../src/pugixml.hpp"
 -#if PUGIXML_VERSION != 140
 +#if PUGIXML_VERSION != 150
  #error Unexpected pugixml version
  #endif
  | 
