Index: tests/concurrency/actors/poison.cfa
===================================================================
--- tests/concurrency/actors/poison.cfa	(revision d8d9c11521a3bc60d8372f1f17c0779a6cf61fb8)
+++ tests/concurrency/actors/poison.cfa	(revision 46e6e47c599ab20b6d0bb68ad968c4ddd55bc130)
@@ -18,5 +18,5 @@
         Server s[10];
         for ( i; 10 ) {
-            s[i] << FinishedMsg;
+            s[i] << finished_msg;
         }
         stop_actor_system();
@@ -29,5 +29,5 @@
             Server * s = alloc();
             (*s){};
-            (*s) << DeleteMsg;
+            (*s) << delete_msg;
         }
         stop_actor_system();
@@ -39,5 +39,5 @@
         Server s[10];
         for ( i; 10 )
-            s[i] << DestroyMsg;
+            s[i] << destroy_msg;
         stop_actor_system();
         for ( i; 10 )
