tests: MSVC warning fixes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@228 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
f5389e364a
commit
c1b2ecc799
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ template <typename T> static void generic_bool_ops_test(const T& obj)
|
|||
CHECK(!b1);
|
||||
CHECK(b2);
|
||||
|
||||
CHECK(obj && true);
|
||||
CHECK(obj || false);
|
||||
CHECK(obj && b2);
|
||||
CHECK(obj || b2);
|
||||
CHECK(obj && obj);
|
||||
CHECK(obj || obj);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue