aboutsummaryrefslogtreecommitdiff
path: root/tests/test.hpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-10-17 21:14:43 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-10-17 21:14:43 -0700
commitc237489a6c96fdb8686adf83ee1676f2a5a8517a (patch)
treeab12606c67eb4c17380f815b06970b199321252f /tests/test.hpp
parent3c75d4d61206e5935622d1ad8d2064ee9cf83da4 (diff)
downloadpugixml-clang-format.zip
pugixml-clang-format.tar.gz
pugixml-clang-format.tar.bz2
Fix access modifier offsetclang-format
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&); \
}; \