Index: tests/concurrency/actors/poison.cfa
===================================================================
--- tests/concurrency/actors/poison.cfa	(revision d8d9c11521a3bc60d8372f1f17c0779a6cf61fb8)
+++ tests/concurrency/actors/poison.cfa	(revision 0794365c9c215373ee5a04f6612329f33ec2b19b)
@@ -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 )
