Adds cross compile and test cases
[junction.git] / samples / MapCorrectnessTests / TestDoubleAssign.h
index 7a924c48f3891caf948db15eaf9e1da3fd41236c..fb27b2633239e0c5fe44d61e1903fc741ff4599a 100644 (file)
@@ -58,7 +58,8 @@ public:
 
     void run() {
         m_map = new MapAdapter::Map(MapAdapter::getInitialCapacity(KeysToInsert));
-        m_index = 2;
+//        m_index = 2;
+        m_index.store(2, turf::SeqCst);
         m_env.dispatcher.kick(&TestDoubleAssign::doubleAssignKeys, *this);
         checkMapContents();
         delete m_map;