Index: tests/unified_locking/mutex_test.hfa
===================================================================
--- tests/unified_locking/mutex_test.hfa	(revision 801978b5b1723c9d972a705d0172df3c7cfc721f)
+++ tests/unified_locking/mutex_test.hfa	(revision b16e15e447aa742b41820a2e48e0d1f91984db43)
@@ -8,5 +8,5 @@
 struct MutexObj {
 	LOCK l;
-	$thread * id;
+	thread$ * id;
 	uint32_t sum;
 };
@@ -22,5 +22,5 @@
 
 uint32_t cs() {
-	$thread * me = active_thread();
+	thread$ * me = active_thread();
 	uint32_t value;
 	lock(mo.l);
