Index: tests/unified_locking/mutex_test.hfa
===================================================================
--- tests/unified_locking/mutex_test.hfa	(revision 6ff08d8fa68f653d45a0ec10f0c2b0d9842f1f2a)
+++ tests/unified_locking/mutex_test.hfa	(revision 7056f56d2106a110d86399b90ccd726cd069d486)
@@ -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);
