issue#11: tests/test-hdr: changed .h file guard prefix to CDSTEST_xxx
[libcds.git] / tests / test-hdr / priority_queue / hdr_intrusive_pqueue.h
index aafa82c5d88b682bb26b068a0d0105e374993538..268f1c136abc57afcb013ffc845687115cf168d6 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef CDSHDRTEST_INTRUSIVE_PQUEUE_H
-#define CDSHDRTEST_INTRUSIVE_PQUEUE_H
+#ifndef CDSTEST_HDR_INTRUSIVE_PQUEUE_H
+#define CDSTEST_HDR_INTRUSIVE_PQUEUE_H
 
 #include "cppunit/cppunit_proxy.h"
 #include "size_check.h"
@@ -211,4 +211,4 @@ namespace priority_queue {
 
 } // namespace priority_queue
 
-#endif // #ifndef CDSHDRTEST_INTRUSIVE_PQUEUE_H
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_PQUEUE_H