Replacing some integral typedefs with standard types
[libcds.git] / tests / test-hdr / misc / bitop_st.cpp
index 391a2a7024247f9f07864f22c9f16e5b720f2995..e224b627f7f0e4f033c0aaf79d65a3a33fa3fb26 100644 (file)
@@ -10,7 +10,7 @@ class bitop_ST : public CppUnitMini::TestCase
 protected:
     void bitop32()
     {
-        cds::atomic32u_t    n;
+        uint32_t    n;
         n = 0;
         CPPUNIT_ASSERT_EX( cds::bitop::MSB(n) == 0, "n=" << n );
         CPPUNIT_ASSERT_EX( cds::bitop::LSB(n) == 0, "n=" << n );