summaryrefslogtreecommitdiff
path: root/tests/test.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-25 21:40:11 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-25 21:40:11 +0000
commit0e1b238faec0980150c202e81b2bf8f63ba2ca8e (patch)
treef365d16fe755e44799dd649666ab47087900d2be /tests/test.hpp
parent75a0d2379aee05e59f0829b04240b9307469e727 (diff)
tests: Replaced #pragma once with header guards
git-svn-id: http://pugixml.googlecode.com/svn/trunk@450 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test.hpp')
-rw-r--r--tests/test.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.hpp b/tests/test.hpp
index 49fd3a1..5559baa 100644
--- a/tests/test.hpp
+++ b/tests/test.hpp
@@ -1,5 +1,5 @@
-#ifndef HEADER_TEST_HPP
-#define HEADER_TEST_HPP
+#ifndef HEADER_TEST_TEST_HPP
+#define HEADER_TEST_TEST_HPP
#include "../src/pugixml.hpp"