diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-27 21:56:49 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-27 21:56:49 +0000 |
commit | bf92a09870c146223657be6d035d57423aa85721 (patch) | |
tree | f0a4b8e827c01eacde2110de9703f383ede18819 /tests/test.hpp | |
parent | 3a9ba8036893c34334278715198d19f42336f388 (diff) |
tests: Completed string function tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@179 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test.hpp')
-rw-r--r-- | tests/test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.hpp b/tests/test.hpp index f2d6266..d93b38d 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -62,7 +62,7 @@ inline bool test_xpath_fail_compile(const char* query) pugi::xpath_query q(query);
return false;
}
- catch (const pugi::xpath_exception& e)
+ catch (const pugi::xpath_exception&)
{
return true;
}
|