From 9216c82cfdeba41a35314f0315a5b61b42e82c1c Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 28 Oct 2009 20:08:19 +0000 Subject: tests: Fixed MSVC warnings/errors git-svn-id: http://pugixml.googlecode.com/svn/trunk@185 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test.hpp') diff --git a/tests/test.hpp b/tests/test.hpp index d93b38d..0cd70a7 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -118,6 +118,10 @@ struct dummy_fixture {}; { \ CHECK(doc.load(xml, flags)); \ } \ + \ + private: \ + test_fixture_##name(const test_fixture_##name&); \ + test_fixture_##name& operator=(const test_fixture_##name&); \ }; \ \ TEST_FIXTURE(name, test_fixture_##name) -- cgit v1.2.3