Fixed typo
[libcds.git] / tests / unit / queue / queue_pop.cpp
index 76dc5b8b52ed5976e00d698cd49ab65c872b14e0..089336fdab2c80e5c914fb337a2d01e902e1c785 100644 (file)
@@ -203,7 +203,7 @@ namespace queue {
         CDSUNIT_DECLARE_FCDeque( SimpleValue )
         CDSUNIT_DECLARE_SegmentedQueue( SimpleValue )
         CDSUNIT_DECLARE_RWQueue( SimpleValue )
-        CDSUNIT_DECLARE_TsigasCysleQueue( SimpleValue )
+        CDSUNIT_DECLARE_TsigasCycleQueue( SimpleValue )
         CDSUNIT_DECLARE_VyukovMPMCCycleQueue( SimpleValue )
         CDSUNIT_DECLARE_StdQueue( SimpleValue )
 
@@ -216,7 +216,7 @@ namespace queue {
             CDSUNIT_TEST_FCDeque
             CDSUNIT_TEST_SegmentedQueue
             CDSUNIT_TEST_RWQueue
-            CDSUNIT_TEST_TsigasCysleQueue
+            CDSUNIT_TEST_TsigasCycleQueue
             CDSUNIT_TEST_VyukovMPMCCycleQueue
             CDSUNIT_TEST_StdQueue
         CPPUNIT_TEST_SUITE_END();