Index: tests/unified_locking/fast.cfa
===================================================================
--- tests/unified_locking/fast.cfa	(revision 62006a3b91df05be204eecb450e2061cb6540191)
+++ tests/unified_locking/fast.cfa	(revision 15f769c5a6daaba101da73f81e228415eeeb0967)
@@ -22,5 +22,5 @@
 uint32_t cs() {
 	$thread * me = active_thread();
-	uint32_t value = (uint32_t)me;
+	uint32_t value;
 	lock(mo.l);
 	{
@@ -28,4 +28,5 @@
 		mo.id = me;
 		yield(random(5));
+		value = ((uint32_t)random()) ^ ((uint32_t)me);
 		if(mo.id != me) sout | "Intruder!";
 		mo.sum = tsum + value;
