aboutsummaryrefslogtreecommitdiff
path: root/tests/test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.hpp')
-rw-r--r--tests/test.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.hpp b/tests/test.hpp
index 3785113..b5bd6ba 100644
--- a/tests/test.hpp
+++ b/tests/test.hpp
@@ -108,7 +108,7 @@ struct dummy_fixture
CHECK(doc.load_string(PUGIXML_TEXT(xml), flags)); \
} \
\
- private: \
+ private: \
test_fixture_##name(const test_fixture_##name&); \
test_fixture_##name& operator=(const test_fixture_##name&); \
}; \